Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
css3
/
masking
/
clip-path-circle.html
blob: 16ce4fe0c814561e95fd942f8f13dc95078f287c [
file
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<head>
<style>
div
{
width
:
200px
;
height
:
200px
;
background-color
:
green
;
-webkit-clip-path
:
circle
(
100px
,
100px
,
100px
);
}
</style>
</head>
<body>
<div>
</body>
</html>