Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-restore-expected.html
blob: 076cdc82901cb03ef96986df80e7ef0840e89a5b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<head>
<style>
body
{
margin
:
0
;
}
div
{
width
:
200px
;
height
:
200px
;
background-color
:
green
;
border-radius
:
100px
;
}
</style>
</head>
<body>
<div></div>
<div></div>
</body>
</html>