7 transform: translateZ(
0)
23 <script src=
"resources/text-based-repaint.js"></script>
25 function repaintTest() {
26 var mP
= document
.getElementById("moveMe");
27 mP
.style
.top
= "150px";
28 mP
.style
.left
= "150px";
36 <p>This test checks that we correctly invalidate a shifted fixed positioned element overlapping another fixed positioned element.
</p>
37 <p>For this test, there should be only one green square below.
</p>
38 <div id=
"fixedTransformed"></div>
39 <div id=
"fixedOverlapping"></div>
40 <div id=
"moveMe"></div>