1 <!-- Based on fast/repaint/repaint-tile-clipped.html -->
5 <script src=
"resources/paint-invalidation-test.js"></script>
7 window
.expectedPaintInvalidationObjects
= [
9 function paintInvalidationTest()
11 document
.getElementById('ref').style
.display
= 'block';
13 onload
= runPaintInvalidationTest
;
24 background-color: #
0f0;
35 This tests that the repaint of absolutely positioned elements inside
36 relatively positioned inline blocks works correclty.
37 <a href=
"http://crbug.com/370945">crbug.com/
370945</a>
39 <p>You should see a green rectangle without any missing pieces if this test passed.
</p>
42 <span class='wrapper'
>
43 <span id=
"ref"></span>