<!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>
<!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>