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. |