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

Unified Diff: LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt

Issue 14767007: A div can be pan-scrolled beyond its overflow (Windows only) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: WIP, not for review Created 7 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt
diff --git a/LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt b/LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..16cb211066e64426d6f55ddfa732900fe66dfe2d
--- /dev/null
+++ b/LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt
@@ -0,0 +1,27 @@
+Top of outer div.
+
+Inner div.
+
+Bottom of outer div.
+
+Test for bug 232965 This tests that vertical pan scrolling does not propagate from the inner div to the outer div when the outer div has no vertical overflow.
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS outerdiv.scrollTop == 0 before the pan scroll.
+PASS outerdiv.scrollLeft == 0 before the pan scroll.
+PASS retryCount is 0
+PASS retryCount is 1
+PASS retryCount is 2
+PASS retryCount is 3
+PASS retryCount is 4
+PASS retryCount is 5
+PASS retryCount is 6
+PASS retryCount is 7
+PASS retryCount is 8
+PASS retryCount is 9
+PASS retryCount is 10
+PASS Outer div was scrolled horizontally.
+PASS Outer div was not scrolled vertically.
+

Powered by Google App Engine
This is Rietveld 408576698