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

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: Test using panScroll.js Created 7 years, 6 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
« no previous file with comments | « LayoutTests/fast/events/panScroll-nested-divs-forbidden.html ('k') | Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..77ced7470e1d03060c252a6c3bc2edf5f90de4ed
--- /dev/null
+++ b/LayoutTests/fast/events/panScroll-nested-divs-forbidden-expected.txt
@@ -0,0 +1,16 @@
+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 autoscroll started
+PASS autoscroll stopped
+PASS outerdiv.scrollLeft is not 0
+PASS outerdiv.scrollTop is 0
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/events/panScroll-nested-divs-forbidden.html ('k') | Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698