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

15 lines
239 B
HTML

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