Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-ellipse.html
blob: cbddfe995c8de21e6d6f4b97f5c84c313a79e3a0 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<head>
<style>
div
{
width
:
200px
;
height
:
200px
;
background-color
:
green
;
-webkit-clip-path
:
ellipse
(
100px
50px
);
}
</style>
</head>
<body>
<div>
</body>
</html>