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