| Index: LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html
|
| diff --git a/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html b/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html
|
| index 15e7e1c2d1e7ecd26fe59f85447388bdc07fe033..9ae4295524441902b049b53b517c2a3907e9f71a 100644
|
| --- a/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html
|
| +++ b/LayoutTests/fast/forms/calendar-picker/week-picker-key-operations.html
|
| @@ -241,7 +241,7 @@ function test1() {
|
| shouldBeTrue('testToday() || testToday()');
|
|
|
| debug("press esc");
|
| - eventSender.keyDown('\x1B');
|
| + eventSender.keyDown("escape");
|
| waitUntilClosing(test2AfterClosing);
|
| }
|
|
|
|
|