Sign in
webkit
/
WebKit
/
5549cdc34b021e0f42036a79dc545fd3130e6d99
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-padding-box.html
blob: 90de0a3cb88793fe0480ddd9ce2d965502ac4ec0 [
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
:
padding-box
;
}
</style>
<body>
<div
class
=
"clip"
></div>
</body>
</html>