1 <!-- Based on fast/repaint/table-row.html -->
4 <title>Test for http://bugs.webkit.org/show_bug.cgi?id=
14056</title>
5 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
6 <script type=
"text/javascript">
7 window
.expectedPaintInvalidationObjects
= [
9 "LayoutTableRow TR id='target' class='green'",
12 function paintInvalidationTest()
14 var div
= document
.getElementById("target");
15 div
.className
= "green";
20 background-color: red;
29 background-color:green;
34 <body onload=
"runPaintInvalidationTest()">