| Index: third_party/WebKit/LayoutTests/inspector/elements/edit/edit-trimmed-attribute-value.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-trimmed-attribute-value.html b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-trimmed-attribute-value.html
|
| index 2daff35ee78a9e62b37f874fc2c3e9fb81da5d0b..3a5bfd1df256ed533032d1e2995e83a99dee9855 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-trimmed-attribute-value.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/edit/edit-trimmed-attribute-value.html
|
| @@ -19,7 +19,7 @@ function test()
|
| InspectorTest.addResult("textContent when editing 'href'");
|
| InspectorTest.addResult(treeElement.title.textContent);
|
|
|
| - textElement.dispatchEvent(InspectorTest.createKeyEvent("Tab"));
|
| + eventSender.keyDown("Tab");
|
| InspectorTest.addResult("textContent after moving to 'id'");
|
| InspectorTest.addResult(treeElement.title.textContent);
|
|
|
|
|