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