<!DOCTYPE html>
<style>
body {
transform:translateZ(0);
width:10px;
height:10px;
position:absolute;
}

.tall {
height:200px;
}

.wide {
width:200px;
}
</style>
<body></body>