Sign in
webkit
/
WebKit
/
576a979610e4022489e162a6cf99857a249b2267
/
.
/
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>