blob: 8b5a0b778477afcb144c4cab3b789748ce1e105c [file] [log] [blame]
<!DOCTYPE>
<html>
<style>
#element-container-absolute-vmax {
background:green;
position:absolute;
top:10vmax;
bottom:10vmax;
left:10vmax;
right:10vmax;
}
</style>
<div id="element-container-absolute-vmax">TEST PASSED</div>
</html>