Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-circle-relative-overflow-expected.html
blob: de282a6c48f23683ffb90e45a843c0a4d2db7a1f [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<head>
<style>
div
{
width
:
200px
;
height
:
200px
;
background-color
:
green
;
border
:
20px
solid black
;
-webkit-clip-path
:
circle
(
50%
at
50%
50%
)
border-box
;
}
</style>
</head>
<body>
<div><div>
</body>
</html>