11 <div style=
"position: absolute; width: 1000px; height: 1000px; transform: translateZ(0)"></div>
13 <div class=
"mv-tile" id=
"foo"></div>
14 <div class=
"mv-tile" style=
"background-color: lightblue;"></div>
16 <div class=
"mv-tile" style=
"width: 1000px"></div>
17 <script src=
"../../fast/repaint/resources/text-based-repaint.js"></script>
19 // This test verifies that a paint invalidation is correctly issued for both the old and new location of
20 // the mv-tile element which is *not* removed from the DOM, but nevertheless moves to the left as the other one
23 function repaintTest() {
24 document
.querySelector("#foo").remove();