Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
css3
/
masking
/
clip-path-polygon-viewport-units-expected.html
blob: e81ca73ff7c4bb556c6642caccaf147495b2ef57 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<style>
.
clip
{
width
:
20vw
;
height
:
20vw
;
border
:
10vw
solid white
;
background-color
:
blue
;
}
</style>
<body>
<div
class
=
"clip"
></div>
</body>