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) { |