1 <!-- Based on fast/repaint/table-col-background.html -->
4 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=
5821</title>
5 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
6 <script type=
"text/javascript">
7 window
.expectedPaintInvalidationObjects
= [
9 "LayoutTableCol COL id='col'",
11 function paintInvalidationTest()
13 document
.getElementById("col").style
.backgroundColor
= "green";
17 <body onload=
"runPaintInvalidationTest()">
19 <col id=
"col" style=
"background-color: red;">
21 <td style=
"width: 100px; height: 100px;">