Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: LayoutTests/fast/events/drag-and-drop-autoscroll.html

Issue 484353004: Test tidying: use "escape" and "backspace" with eventSender.keyDown() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..fdb170f2835189a7919848b67bba4c5b8f5ea829 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");
keishi 2014/08/22 07:22:32 nit: string literals in this file are using single
retryCount = 0;
window.setTimeout(checkStopped, 50);
return;

Powered by Google App Engine
This is Rietveld 408576698