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