3 <link rel=
"stylesheet" href=
"resources/default.css">
4 <script src=
"resources/text-based-repaint.js"></script>
7 testRunner
.dumpAsTextWithPixelResults();
9 window
.onload = function() {
10 window
.scrollTo(0, 500);
14 function repaintTest()
16 document
.getElementById('t').style
.position
= "fixed";
21 <body style=
"height:2000px;">
22 <!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: Layer fixed position logic needs more basic testing -->
23 <!-- You should see no red on this page. -->
24 <div style=
"top: 200px;" class=
"red fixed"></div>
25 <div id=
"t" style=
"top: 200px;" class=
"green absolute"></div>