blob: 504a8820cedeb13854a4fbeac1b2383632510f06 [file] [log] [blame]
<!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>