Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-polygon-viewport-units.html
blob: 5e7b960d1cdb4f266358eebb66e5021c7066f2ea [
file
] [
log
] [
blame
] [
edit
]
<!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>