| Index: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-test.js b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-test.js
|
| index df383dff63a8ddc88d5e8c0e506523ab62523515..c5b82638c50a02084f738452a033a3d995cffce8 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-test.js
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-dom-test.js
|
| @@ -11,7 +11,7 @@ InspectorTest.doAddAttribute = function(testName, dataNodeId, attributeText, nex
|
| function testBody(node, done)
|
| {
|
| var editorElement = InspectorTest.editNodePart(node, "webkit-html-attribute");
|
| - editorElement.dispatchEvent(InspectorTest.createKeyEvent("U+0009")); // Tab
|
| + editorElement.dispatchEvent(InspectorTest.createKeyEvent("Tab"));
|
|
|
| InspectorTest.deprecatedRunAfterPendingDispatches(testContinuation);
|
|
|
|
|