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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html

Issue 2120153003: Remove keyIdentifier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_key_identifier_3a
Patch Set: Rebase Created 4 years, 5 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/inspector/extensions/extensions-panel.html
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
index 53a18f8357fe8de19d85d43b2eb82b5529857096..e9d601037650fa29d1c97e837f436ae0ef667278 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
@@ -316,7 +316,7 @@ function extension_testGlobalShortcuts(nextTest)
testPanel.onShown.removeListener(onPanelShown);
output("Panel shown, now toggling console...");
panelWindow.addEventListener("resize", onPanelResized);
- dispatchKeydownEvent({ key: "Escape", keyIdentifier: "U+001B" });
+ dispatchKeydownEvent({ key: "Escape" });
}
function onPanelResized()
{

Powered by Google App Engine
This is Rietveld 408576698