| Index: LayoutTests/fast/events/drag-and-drop-autoscroll.html
|
| diff --git a/LayoutTests/fast/events/drag-and-drop-autoscroll.html b/LayoutTests/fast/events/drag-and-drop-autoscroll.html
|
| index bc2d721a2bf59c8a48660b0c56532ab74e55ed88..1f761564632d086ec9a4166a3778d04b018d5b24 100644
|
| --- a/LayoutTests/fast/events/drag-and-drop-autoscroll.html
|
| +++ b/LayoutTests/fast/events/drag-and-drop-autoscroll.html
|
| @@ -50,7 +50,7 @@ function testIt() {
|
| testPassed('scrollable.scrollTop > 0');
|
| lastScrollTop = scrollable.scrollTop;
|
| // Cancel drag and drop by ESC key.
|
| - eventSender.keyDown('\x1B');
|
| + eventSender.keyDown('escape');
|
| retryCount = 0;
|
| window.setTimeout(checkStopped, 50);
|
| return;
|
|
|