Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / should-not-clip-composited-viewport-scrolling-layer-expected.html
blob93461b3d0ab5f641f6f9ab9c20f5c23f80498bad
1 <!DOCTYPE HTML>
2 <script>
3 onload = function() {
4 window.scrollTo(2000, 2000);
6 window.onload = runRepaintTest;
7 </script>
8 <style>
9 #content {
10 width: 5000px;
11 height: 5000px;
12 background-color: green;
14 </style>
15 <div id="content">
16 Tests invalidation of scrolling layer. Passes if the repaint rect is not clipped,
17 and there is no red when the scrolling container is scrolled.<br>
18 Note for manual testing: must run with --enable-prefer-compositing-to-lcd-text
19 on non-high-dpi machines to enable composited scrolling.
20 </div>