3 <script src=
"resources/text-based-repaint.js"></script>
9 background-color: green;
14 <script type=
"text/javascript">
15 window
.testIsAsync
= true;
17 function repaintTest() {
18 setTimeout(function() {
19 var i
= document
.getElementById('foo');
20 i
.style
.width
= "32px";
21 i
.style
.height
= "32px";
25 onload
= runRepaintTest
;
29 <p>Test for http://crbug.com/
360453</p>
30 <p>You should see an invalidation at x=
40 of the h2 or this test is broken.
</p>
32 <div id=
"about-container">