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

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: More quoting consistency wibbles 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..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;
« no previous file with comments | « LayoutTests/fast/dom/HTMLDialogElement/dialog-canceling.html ('k') | LayoutTests/fast/events/key-events-in-input-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698