3 <link rel=
"stylesheet" href=
"../../../fast/repaint/resources/default.css">
13 <script type=
"text/javascript">
14 window
.onload = function() {
15 window
.scrollTo(0, 500);
19 <body style=
"height:2000px;">
20 <!-- You should see 1 green rectangle in the output and no red. -->
21 <div style=
"top: 200px; left: 100px;" class=
"fixed red"></div>
22 <div id=
"absoluteDiv" style=
"top: 700px; left:100px;" class=
"absolute green"></div>