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

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

Issue 1184693003: Revert 196987 "Don't invoke default actions for MouseEvents gene..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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: trunk/LayoutTests/plugins/user-gesture.html
===================================================================
--- trunk/LayoutTests/plugins/user-gesture.html (revision 197019)
+++ trunk/LayoutTests/plugins/user-gesture.html (working copy)
@@ -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. Issue 894913002 has changed this behavior so that the second mousedown/mouseup are not delivered to the plugin.
+ mousedown/mouseup event pair is a user gesture, and the second is not.
</p>
<script>
if (!window.testRunner || !window.eventSender) {

Powered by Google App Engine
This is Rietveld 408576698