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