Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/spv2/should-not-clip-composited-viewport-scrolling-layer-expected.html

Issue 2010243002: Remove paint/invalidation/spv2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <script>
3 onload = function() {
4 window.scrollTo(2000, 2000);
5 }
6 window.onload = runRepaintTest;
7 </script>
8 <style>
9 #content {
10 width: 5000px;
11 height: 5000px;
12 background-color: green;
13 }
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698