4 <script src=
"resources/text-based-repaint.js"></script>
7 testRunner
.waitUntilDone();
11 document
.getElementById('ref').style
.display
= 'block';
12 if (window
.testRunner
)
13 testRunner
.notifyDone();
15 onload
= runRepaintTest
;
26 background-color: #
0f0;
37 This tests that the repaint of absolutely positioned elements inside
38 relatively positioned inline blocks works correclty.
39 <a href=
"http://crbug.com/370945">crbug.com/
370945</a>
41 <p>You should see a green rectangle without any missing pieces if this test passed.
</p>
44 <span class='wrapper'
>
45 <span id=
"ref"></span>