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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/menu-key-context-menu-position.html

Issue 2100243002: Remove non-standardize key code names from event_sender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix inspector tests that were missed by sed Created 4 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: 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>

Powered by Google App Engine
This is Rietveld 408576698