Sign in
webkit
/
WebKit
/
576a979610e4022489e162a6cf99857a249b2267
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-root-relative-bounds-expected.html
blob: 1868471b09c1725dc45d45fdb13fdaea6d243e77 [
file
] [
log
] [
blame
]
<style>
div
{
width
:
500px
;
height
:
200px
;
margin
:
20px
;
background
:
blue
;
border
:
solid red
20px
;
-webkit-clip-path
:
circle
(
50%
at
50%
50%
)
border-box
;
}
</style>
<div></div>