1 <!-- Based on fast/repaint/repaint-on-style-change.html -->
5 <title>Test for repaint on style change
</title>
6 <script src=
"resources/paint-invalidation-test.js" type=
"text/javascript"></script>
8 window
.expectedPaintInvalidationObjects
= [
9 "LayoutBlockFlow (positioned) DIV id='box'",
11 function paintInvalidationTest()
13 if (!window
.testRunner
)
15 document
.getElementById('box').style
['background-color'] = 'green';
20 background-color: magenta;
30 <body onload=
"runPaintInvalidationTest()">