1 <!-- Based on fast/repaint/repaint-table-row-in-composited-document.html -->
5 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
15 <script type=
"text/javascript">
16 window
.expectedPaintInvalidationObjects
= [
17 "LayoutTableCell TD id='target'",
22 function paintInvalidationTest()
24 // The sizes on this test are deliberate to ensure that we don't trigger
25 // any repaints within the tile the green td starts in, otherwise the
26 // compositor's repaint algorithm hides the issue visually. The issue will
27 // still show up in the text results.
28 var target
= document
.getElementById('target');
29 target
.style
.height
= '250px';
33 <body onload=
"runPaintInvalidationTest();">
42 <td style=
"border: 1px solid black; background-color: green;">