Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-inset-expected.html
blob: 12618d0a8f75449d8f8fb3f9910edfd22929c04e [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<head>
<style>
div
{
width
:
180px
;
height
:
180px
;
background-color
:
green
;
border
:
10px
solid black
;
-webkit-clip-path
:
circle
();
}
</style>
</head>
<body>
<div>
</body>
</html>