haikuwebkit/LayoutTests/css3/viewport-percentage-lengths/css3-viewport-percentage-le...

15 lines
239 B
HTML

<!DOCTYPE>
<html>
<style>
#element-container-absolute-vw {
background:green;
position:absolute;
top:10vw;
bottom:10vw;
left:10vw;
right:10vw;
}
</style>
<div id="element-container-absolute-vw">TEST PASSED</div>
</html>