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

Unified Diff: LayoutTests/fast/scrolling/scrollbar-prevent-default-expected.txt

Issue 296003011: Fix event passing to overlay scrollbars when over a plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
Index: LayoutTests/fast/scrolling/scrollbar-prevent-default-expected.txt
diff --git a/LayoutTests/fast/scrolling/scrollbar-prevent-default-expected.txt b/LayoutTests/fast/scrolling/scrollbar-prevent-default-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c139d636fd37de078f01bb2efb50a84c45281aee
--- /dev/null
+++ b/LayoutTests/fast/scrolling/scrollbar-prevent-default-expected.txt
@@ -0,0 +1,13 @@
+This tests that scrollbars always receive events even when there is an element underneath the scrollbar which swallows the event. In this case an event handler is added to the window which swallows the event but this may also happen with elements underneath of overlay scrollbars.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS window.scrollY is 0
+PASS receivedMousedownEvent is true
+PASS subframe.scrollTop is 0
+PASS receivedMousedownEvent is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/scrolling/scrollbar-prevent-default.html ('k') | LayoutTests/plugins/overlay-scrollbar-mouse-capture.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698