<!DOCTYPE html>
<style>
body {
will-change:transform;
width:10px;
height:10px;
position:absolute;
}
.tall {
height:200px;
}
.wide {
width:200px;
}
</style>
<body></body>
<!DOCTYPE html>
<style>
body {
will-change:transform;
width:10px;
height:10px;
position:absolute;
}
.tall {
height:200px;
}
.wide {
width:200px;
}
</style>
<body></body>