4 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
14 <script type=
"text/javascript">
15 function repaintTest()
17 // The sizes on this test are deliberate to ensure that we don't trigger
18 // any repaints within the tile the green td starts in, otherwise the
19 // compositor's repaint algorithm hides the issue visually. The issue will
20 // still show up in the text results.
21 var target
= document
.getElementById('target');
22 target
.style
.height
= '250px';
26 <body onload=
"runRepaintTest();">
35 <td style=
"border: 1px solid black; background-color: green;">