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