Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitgtk/2.2
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-circle.html
blob: 16ce4fe0c814561e95fd942f8f13dc95078f287c [
file
] [
log
] [
blame
] [
edit
]
<!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>