3 <link rel=
"stylesheet" href=
"resources/default.css">
13 <script src=
"resources/text-based-repaint.js" type=
"text/javascript"></script>
14 <script type=
"text/javascript">
15 window
.enablePixelTesting
= true;
16 window
.onload = function() {
17 window
.scrollTo(0, 500);
21 function repaintTest()
23 document
.getElementById('absoluteDiv').style
.top
= '700px';
27 <body style=
"height:2000px;">
28 <!-- You should see 1 green rectangle in the output and no red. -->
29 <div style=
"top: 200px; left: 100px;" class=
"fixed red"></div>
30 <div id=
"absoluteDiv" style=
"top: 500px; left:100px;" class=
"absolute green"></div>