| Index: LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html
 | 
| diff --git a/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html b/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html
 | 
| index e8a8e1b7ea580b1ffad61e79563920f068a5b37a..6898d3196743b385c9734112f1e29902456560a5 100644
 | 
| --- a/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html
 | 
| +++ b/LayoutTests/fast/forms/suggestion-picker/week-suggestion-picker-key-operations.html
 | 
| @@ -176,7 +176,7 @@ function test3() {
 | 
|      shouldBeTrue('popupWindow.document.getElementById("main").firstChild.classList.contains("calendar-picker")');
 | 
|  
 | 
|      debug('Check that escape key closes the popup.');
 | 
| -    eventSender.keyDown('\x1B');
 | 
| +    eventSender.keyDown('escape');
 | 
|      waitUntilClosing(test3AfterClosing);
 | 
|  }
 | 
|  
 | 
| 
 |