4 <script src=
"resources/text-based-repaint.js"></script>
13 transform: scale(
1,
1);
18 backface-visibility: hidden;
30 <div>This test has passed if there is no red rectangle below.
</div>
32 <li id=
"watches"><span id=
"placeholder"></span></li>
41 if (window
.testRunner
)
42 testRunner
.waitUntilDone();
43 window
.testIsAsync
= true;
45 var submenu
= document
.getElementById("submenu");
46 function repaintTest()
48 submenu
.style
.top
= "-200px";
52 window
.requestAnimationFrame(function() {
53 submenu
.style
.top
= "50px";
54 window
.requestAnimationFrame(function() {