| 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()
|
| {
|
|
|