| Index: third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| index a48ff3434e7078c2312df665b4dba50fbcb3018c..294f51c5beb4d40164ce7cc8013fc8abc2522d31 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-test.js
|
| @@ -25,7 +25,6 @@ InspectorTest.evaluateInConsole = function(code, callback, dontForceMainContext)
|
| consoleView._prompt.setText(code);
|
| var event = new KeyboardEvent("keydown", {
|
| key: "Enter",
|
| - keyIdentifier: "Enter",
|
| bubbles: true,
|
| cancelable: true
|
| });
|
|
|