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