| Index: LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html
|
| index da1a1af857253cce6665d542158edba83eccdb94..3f96ed96818523e4ef4ff695d841003d942f628d 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html
|
| @@ -244,7 +244,7 @@ function test2() {
|
| shouldBeTrue('testToday() || testToday()');
|
|
|
| debug("press esc");
|
| - eventSender.keyDown('\x1B');
|
| + eventSender.keyDown("escape");
|
| waitUntilClosing(test2AfterClosing);
|
| }
|
|
|
|
|