<!DOCTYPE html>
<script src="../../resources/run-after-layout-and-paint.js"></script>
<script>
runAfterLayoutAndPaint(function() {
target.style.left = '100px';
}, true);
</script>
<div id="target" style="width: 100px; height: 100px; background: green; position: absolute; transform: scale(0.9)"></div>