3 <link rel=
"stylesheet" href=
"resources/default.css">
4 <script src=
"resources/text-based-repaint.js"></script>
7 testRunner
.dumpAsTextWithPixelResults();
11 window
.scrollTo(0, 100);
15 <body style=
"height:2000px;" onload=
"runRepaintTest()">
16 <!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: Layer fixed position logic needs more basic testing -->
17 <!-- You should see no red on this page. -->
18 <div style=
"position: absolute; top: 200px;" class=
"red"></div>
19 <div style=
"position: fixed; top: 100px;" class=
"green"></div>