Sign in
webkit
/
WebKit
/
576a979610e4022489e162a6cf99857a249b2267
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-content-box.html
blob: 8cf80d6c3cd575d6bbb34c245002dad1d88d691d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
clip
{
width
:
140px
;
height
:
140px
;
background-color
:
green
;
padding
:
10px
;
border
:
10px
solid red
;
margin
:
10px
;
-webkit-clip-path
:
content-box
;
}
</style>
<body>
<div
class
=
"clip"
></div>
</body>
</html>