Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitgtk/2.2
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-circle-overflow.html
blob: 43ec33ef13dca4e07130c2506a43a2b528a4e651 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<head>
<style>
div
{
width
:
200px
;
height
:
200px
;
background-color
:
green
;
border
:
20px
solid black
;
-webkit-clip-path
:
circle
(
130px
,
130px
,
130px
);
}
</style>
</head>
<body>
<div><div>
</body>
</html>