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

Unified Diff: LayoutTests/fast/events/autoscroll-upwards-propagation-expected.txt

Issue 23472005: div with overflow:hidden scrolls when dragging in a text box (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: div with overflow:hidden scrolls when dragging in a text box Created 7 years, 3 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/autoscroll-upwards-propagation.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/autoscroll-upwards-propagation-expected.txt
diff --git a/LayoutTests/fast/events/autoscroll-upwards-propagation-expected.txt b/LayoutTests/fast/events/autoscroll-upwards-propagation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..07209e5c7a059537b25377b88c4b3dbdf51893ac
--- /dev/null
+++ b/LayoutTests/fast/events/autoscroll-upwards-propagation-expected.txt
@@ -0,0 +1,7 @@
+Test ensures that if an autoscroll starts from within an entry field, it does not propagate to its non-scrollable overflow ancestors.
+
+To test manually, start text selecting with a mouse the text within the entry field. Then continue to drag the mouse out of the input field boundary.
+Scrolling should not propagate to the container overflown div due to its "overflow:hidden"
+
+
+Test succeeded!
« no previous file with comments | « LayoutTests/fast/events/autoscroll-upwards-propagation.html ('k') | Source/core/rendering/RenderLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698