Sign in
webkit
/
WebKit
/
4e0421c6ea3f688eaca7446095f3ecfb4d4cd4e9
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-polygon-viewport-units.html
blob: 5e7b960d1cdb4f266358eebb66e5021c7066f2ea [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
clip
{
width
:
40vw
;
height
:
40vw
;
background-color
:
blue
;
-webkit-clip-path
:
polygon
(
10vw
10vw
,
30vw
10vw
,
30vw
30vw
,
10vw
30vw
);
}
</style>
<body>
<div
class
=
"clip"
></div>
</body>