Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / fixed-after-scroll-expected.html
blobcdd9b0f2347e0d64d216ef458941e132bcccae2e
1 <html>
2 <head>
3 <link rel="stylesheet" href="../../../fast/repaint/resources/default.css">
4 <script>
5 window.onload = function() {
6 window.scrollTo(0, 500);
7 };
8 </script>
9 </head>
11 <body style="height:2000px;">
12 <!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: Layer fixed position logic needs more basic testing -->
13 <!-- You should see no red on this page. -->
14 <div id="t" style="top: 700px;" class="green absolute"></div>
15 </body>
16 </html>