| Index: LayoutTests/plugins/keyboard-events.html
|
| diff --git a/LayoutTests/plugins/keyboard-events.html b/LayoutTests/plugins/keyboard-events.html
|
| index 8cf1b3310b8e37dab1b8bb7a1ea311d172474c7e..51b773d6c9b138541ac8b58a8755737a733b9728 100644
|
| --- a/LayoutTests/plugins/keyboard-events.html
|
| +++ b/LayoutTests/plugins/keyboard-events.html
|
| @@ -1,7 +1,7 @@
|
| <html>
|
| <body>
|
| <embed name="plg" type="application/x-webkit-test-netscape" windowedPlugin="false" width=100 height=100></embed>
|
| -<p>This test checks if a plug-in can receive keyboard events sent from eventSender. This is a test for <a href="https://bugs.webkit.org/show_bug.cgi?id=34936">Bug 34936</a>.</p>
|
| +<p>This test checks if a plugin can receive keyboard events sent from eventSender. This is a test for <a href="https://bugs.webkit.org/show_bug.cgi?id=34936">Bug 34936</a>.</p>
|
| <script>
|
|
|
| plg.windowedPlugin = false;
|
| @@ -12,13 +12,13 @@
|
| } else {
|
| testRunner.dumpAsText();
|
|
|
| - // Send a mouse-click event to set the input focus to the test plug-in.
|
| + // Send a mouse-click event to set the input focus to the test plugin.
|
| eventSender.mouseMoveTo(0,0);
|
| eventSender.mouseMoveTo(20,20);
|
| eventSender.mouseDown();
|
| eventSender.mouseUp();
|
|
|
| - // Send keyboard events to the plug-in.
|
| + // Send keyboard events to the plugin.
|
| eventSender.keyDown('a');
|
| eventSender.keyDown('b');
|
| eventSender.keyDown('c');
|
|
|