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