| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-cancel-editing.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-cancel-editing.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-cancel-editing.html
 | 
| index 8c55acfedc10befedda6357e3f249938b9ad4257..6d23361e7951dfbb373f73819d67d2197a47108f 100644
 | 
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-cancel-editing.html
 | 
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-3/styles-cancel-editing.html
 | 
| @@ -30,7 +30,7 @@ function test()
 | 
|  
 | 
|          function onStyleApplied()
 | 
|          {
 | 
| -            treeElement.valueElement.dispatchEvent(InspectorTest.createKeyEvent("U+001B")); // Escape
 | 
| +            treeElement.valueElement.dispatchEvent(InspectorTest.createKeyEvent("Escape"));
 | 
|              InspectorTest.waitForStyleApplied(onStyleReverted);
 | 
|          }
 | 
|  
 | 
| 
 |