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

Unified Diff: LayoutTests/plugins/user-gesture.html

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
Index: LayoutTests/plugins/user-gesture.html
diff --git a/LayoutTests/plugins/user-gesture.html b/LayoutTests/plugins/user-gesture.html
index db6d804c748dd323ea8d364826997aca95cb6617..b74dabd8c8f422cfa89765917dd14c3fe90d34cb 100644
--- a/LayoutTests/plugins/user-gesture.html
+++ b/LayoutTests/plugins/user-gesture.html
@@ -5,7 +5,7 @@
<p>
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.
+ 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.
</p>
<script>
if (!window.testRunner || !window.eventSender) {
« no previous file with comments | « LayoutTests/fast/forms/select-list-box-mouse-focus-expected.txt ('k') | LayoutTests/plugins/user-gesture-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698