Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
LayoutTests
/
compositing
/
masks
/
compositing-clip-path-expected.html
blob: 09ef63b92ee12aac0180bb50fe0e767c06ab7922 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
.
box
{
width
:
300px
;
height
:
300px
;
background-color
:
blue
;
}
.
clipped
{
-webkit-clip-path
:
inset
(
0
50px
);
}
</style>
</head>
<body>
<div
class
=
"clipped box"
></div>
</body>
</html>