4 <title>Test for repaint on style change
</title>
5 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
9 if (!window
.testRunner
)
11 document
.getElementById('box').style
['background-color'] = 'green';
16 background-color: magenta;
26 <body onload=
"runRepaintTest()">