| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html
|
| index ff3fbaec6ceab95d9f8fc7a30359b830310df4e3..1f0002ab45ae9a0f43e4c3458b41895eb0ca4355 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-1/color-aware-property-value-edit.html
|
| @@ -70,8 +70,8 @@ function test()
|
|
|
| function kicked()
|
| {
|
| - treeElement.valueElement.dispatchEvent(InspectorTest.createKeyEvent("U+0009", false, false, true));
|
| - treeElement.nameElement.dispatchEvent(InspectorTest.createKeyEvent("U+0009"));
|
| + treeElement.valueElement.dispatchEvent(InspectorTest.createKeyEvent("Tab", false, false, true));
|
| + treeElement.nameElement.dispatchEvent(InspectorTest.createKeyEvent("Tab"));
|
| InspectorTest.addResult(treeElement.valueElement.textContent);
|
| next();
|
| }
|
| @@ -93,7 +93,7 @@ function test()
|
| var treeElement = InspectorTest.getElementStylePropertyTreeItem(propertyName);
|
| treeElement.startEditing(treeElement.valueElement);
|
| InspectorTest.addResult(treeElement.valueElement.textContent);
|
| - treeElement.valueElement.dispatchEvent(InspectorTest.createKeyEvent("U+001B"));
|
| + treeElement.valueElement.dispatchEvent(InspectorTest.createKeyEvent("Escape"));
|
| next();
|
| }
|
| }
|
|
|