Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-root-relative-bounds.html
blob: 09b771dcc25ed4a5f8f3306bd2397fedd072932b [
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
;
outline
:
20px
solid transparent
;
}
</style>
<div></div>