Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / overflow / body-switch-composited-scrolling-expected.html
blobbc15d78d897492baa9b88a7e72368c6c9334afe2
1 <!DOCTYPE html>
2 <style>
3 html {
4 overflow-y: scroll;
7 body {
8 margin: 0;
9 height: 1000px;
10 background-color: yellow;
12 </style>
13 <body>
14 The test passes if the contents scrolls correctly.
15 </body>
16 <script>
17 window.scrollTo(0, 100);
18 </script>