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

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

Issue 2070053004: Enable do not allow default action for untrusted events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment Created 4 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: third_party/WebKit/LayoutTests/plugins/user-gesture-expected.txt
diff --git a/third_party/WebKit/LayoutTests/plugins/user-gesture-expected.txt b/third_party/WebKit/LayoutTests/plugins/user-gesture-expected.txt
index b7537c60e2967c3ab3ae8c0db23a06fbcda0a89d..c0413c990704b9b1df63ff7baf2f3bfea06a3920 100644
--- a/third_party/WebKit/LayoutTests/plugins/user-gesture-expected.txt
+++ b/third_party/WebKit/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 mousedown/mouseup event pair is a user gesture.

Powered by Google App Engine
This is Rietveld 408576698