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

Unified Diff: LayoutTests/fast/forms/calendar-picker/month-picker-with-step.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/forms/calendar-picker/month-picker-with-step.html
diff --git a/LayoutTests/fast/forms/calendar-picker/month-picker-with-step.html b/LayoutTests/fast/forms/calendar-picker/month-picker-with-step.html
index 2bbca6a1414704aafbeba50b6abea9a7446a02f5..1164bc44caae15a2bc20b71ed19c8d31754dd849 100644
--- a/LayoutTests/fast/forms/calendar-picker/month-picker-with-step.html
+++ b/LayoutTests/fast/forms/calendar-picker/month-picker-with-step.html
@@ -21,7 +21,7 @@ function test1() {
shouldBeEqualToString('availableDayCells()', '2011-04-01,2011-04-02,2011-04-03,2011-04-04,2011-04-05,2011-04-06,2011-04-07,2011-04-08,2011-04-09,2011-04-10,2011-04-11,2011-04-12,2011-04-13,2011-04-14,2011-04-15,2011-04-16,2011-04-17,2011-04-18,2011-04-19,2011-04-20,2011-04-21,2011-04-22,2011-04-23,2011-04-24,2011-04-25,2011-04-26,2011-04-27,2011-04-28,2011-04-29,2011-04-30');
// Close popup
- eventSender.keyDown('\x1B');
+ eventSender.keyDown('escape');
document.getElementById('month').min = "2011-05";
document.getElementById('month').value = "2012-02";

Powered by Google App Engine
This is Rietveld 408576698