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