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

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: Working layout test 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..73d299075d85dbe3037a76847876005b94b88f56
--- /dev/null
+++ b/LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt
@@ -0,0 +1,11 @@
+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 outerdiv.scrollLeft is not 0
+PASS outerdiv.scrollTop is 0
+

Powered by Google App Engine
This is Rietveld 408576698