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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/window-resize-no-layout-change2-expected.html

Issue 2842553003: Call SAC::DidScrollUpdate only for compositor-triggered scrolls. (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « third_party/WebKit/LayoutTests/paint/invalidation/window-resize-no-layout-change2.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script> 2 <style>
3 if (window.internals) { 3 html { overflow: hidden; }
4 internals.settings.setOverlayScrollbarsEnabled(true); 4 </style>
5 internals.settings.setMockScrollbarsEnabled(true);
6 }
7 </script>
8 <div style="position: absolute; width: 2000px; height: 2000px; background-color: blue"> 5 <div style="position: absolute; width: 2000px; height: 2000px; background-color: blue">
9 <div style="width: 20%; height: 20%; background-color: yellow"> 6 <div style="width: 20%; height: 20%; background-color: yellow">
10 </div> 7 </div>
11 </div> 8 </div>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/paint/invalidation/window-resize-no-layout-change2.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698