1 <!-- Based on fast/repaint/table-cell-overflow.html -->
3 <script src=
"resources/paint-invalidation-test.js"></script>
5 window
.expectedPaintInvalidationObjects
= [
6 "LayoutBlockFlow DIV id='target'",
8 function paintInvalidationTest()
10 document
.getElementById("target").style
.backgroundColor
= "transparent";
14 <body onload=
"runPaintInvalidationTest();">
15 <table cellpadding=
1 cellspacing=
0>
18 <div style=
"width: 100px;">
19 <div style=
"width: 100px; height: 100px; background-color: blue; margin-left: 50px;"></div>
23 <div style=
"width: 100px; height: 100px; background-color: red;" id=
"target"></div>