Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / absolute-position-changed-expected.html
blob05903dde09b80ead137519aca7cb1c0080ad71be
1 <html>
2 <head>
3 <link rel="stylesheet" href="../../../fast/repaint/resources/default.css">
4 <style>
5 ::-webkit-scrollbar {
6 width: 0px;
7 height: 0px;
9 html {
10 overflow: scroll;
12 </style>
13 <script type="text/javascript">
14 window.onload = function() {
15 window.scrollTo(0, 500);
17 </script>
18 </head>
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>
23 </body>
24 </html>