| Index: third_party/WebKit/LayoutTests/fast/events/menu-key-context-menu-position.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/events/menu-key-context-menu-position.html b/third_party/WebKit/LayoutTests/fast/events/menu-key-context-menu-position.html
|
| index 4a984da8257884499826afe23b1f60baf4c85161..ca86bbe3fbe7677dcb5bf2471aacf47df8eeef2a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/events/menu-key-context-menu-position.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/events/menu-key-context-menu-position.html
|
| @@ -25,7 +25,7 @@
|
| X = (r.left + r.right) / 2
|
| Y = (r.top + r.bottom) / 2;
|
| inputNode.focus();
|
| - eventSender.keyDown("menu");
|
| + eventSender.keyDown("ContextMenu");
|
| }
|
| </script>
|
| <iframe id="myframe" style="margin-top:50px" onload="runTest()" src="resources/menu-key-context-menu-position-frame.html"><iframe>
|
|
|