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

Unified Diff: LayoutTests/plugins/user-gesture-expected.txt

Issue 894913002: Prevent default actions for JS-generated mouse events other than click (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: TIL, gclient sync may rebase changes back in time Created 5 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/plugins/user-gesture.html ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/plugins/user-gesture-expected.txt
diff --git a/LayoutTests/plugins/user-gesture-expected.txt b/LayoutTests/plugins/user-gesture-expected.txt
index b7537c60e2967c3ab3ae8c0db23a06fbcda0a89d..00f160e5f21c93eb2f34f9c71aad8aadb8b90352 100644
--- a/LayoutTests/plugins/user-gesture-expected.txt
+++ b/LayoutTests/plugins/user-gesture-expected.txt
@@ -8,9 +8,5 @@ Plugin received event: MouseUp
* handling user gesture
Plugin received event: MouseUp
* handling user gesture
-Plugin received event: MouseDown
-* not handling user gesture
-Plugin received event: MouseUp
-* not handling user gesture
-Test that the user gesture indicator is correctly set for events forwarded through the WebPluginContainer. The tests succeeds if the first mousedown/mouseup event pair is a user gesture, and the second is not.
+Test that the user gesture indicator is correctly set for events forwarded through the WebPluginContainer. The tests succeeds if the first mousedown/mouseup event pair is a user gesture, and the second is not. Issue 894913002 has changed this behavior so that the second mousedown/mouseup are not delivered to the plugin.
« no previous file with comments | « LayoutTests/plugins/user-gesture.html ('k') | Source/core/dom/Node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698