Sign in
webkit
/
WebKit
/
a5d24144db8352c4735c4967935cce2c04e9e862
/
.
/
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>