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