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

Unified Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html

Issue 629103002: Don't use mock PagePopup if possible. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/calendar-picker-key-operations.html
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html
index 8d352d185d98b948032d63d8920fb474ebc5a917..01b810cc4fa7512c66325c5272cd2a9750137cdc 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-key-operations.html
@@ -15,7 +15,7 @@ description("Tests if calendar picker key bindings work as expected.");
debug('Check that page popup doesn\'t exist at first.');
shouldBeNull('document.getElementById("mock-page-popup")');
-openPickerWithMock(document.getElementById('date'), test1);
+openPicker(document.getElementById('date'), test1);
function test1() {
debug('Check that page popup exists.');
@@ -165,7 +165,7 @@ function test1() {
eventSender.keyDown('\n');
shouldBeEqualToString('document.getElementById("date").value', '1999-12-26');
waitUntilClosing(function() {
- openPickerWithMock(document.getElementById("date"), test2);
+ openPicker(document.getElementById("date"), test2);
});
}

Powered by Google App Engine
This is Rietveld 408576698