13 background-color: green;
17 <div id=
"block"></div>
19 This test passes if the green block stays at the same place after repaint.
20 <script src=
"../../resources/run-after-layout-and-paint.js"></script>
22 runAfterLayoutAndPaint(function() {
23 document
.getElementById("container").style
.top
= "100px";
24 document
.getElementById("block").style
.top
= "100px";