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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div.html

Issue 1752043002: Merged FrameView and LayoutBox scrolling in EventHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@invertScrollCustomizationPath
Patch Set: Fixes for layout tests breaks Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div.html b/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div.html
index ef3042649f11c86605a7fce4ec9166be73a4db18..cad4e13c1c8d94c7b87e413a1409b84155ac4ba3 100644
--- a/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div.html
+++ b/third_party/WebKit/LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div.html
@@ -3,9 +3,9 @@
<script src="../../resources/js-test.js"></script>
<script>
window.jsTestIsAsync = true;
- var givenScrollTop = 2;
+ var givenScrollTop = 2; // When paging, this is ignored. Every event is one page.
tdresser 2016/03/10 13:53:07 The comment below is still relevant - justifying t
bokan 2016/03/10 13:54:12 Acknowledged.
var givenScrollLeft = 0;
- var expectedScrollTop = 322; // 2 pages, 161 * 2, see comment in HTML below.
+ var expectedScrollTop = 161;
var expectedScrollLeft = 0;
var event;
var div;

Powered by Google App Engine
This is Rietveld 408576698