Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-content-box-expected.html
blob: 3d9a4398b112fa0206e1b2b892e2fbea01055b4f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
clip
{
width
:
140px
;
height
:
140px
;
background-color
:
green
;
margin
:
30px
;
}
</style>
<body>
<div
class
=
"clip"
></div>
</body>
</html>