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

Unified Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-datetimelocal.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-datetimelocal.html
diff --git a/LayoutTests/fast/forms/calendar-picker/calendar-picker-datetimelocal.html b/LayoutTests/fast/forms/calendar-picker/calendar-picker-datetimelocal.html
index bf18afe46f797aedf9cf67ce9386af4623a97fc7..418f7244030c5289d0b0002e4da3385438c7ce9b 100644
--- a/LayoutTests/fast/forms/calendar-picker/calendar-picker-datetimelocal.html
+++ b/LayoutTests/fast/forms/calendar-picker/calendar-picker-datetimelocal.html
@@ -15,7 +15,7 @@ description("Tests if calendar picker works for datetime-local as expected.");
debug('Check that page popup doesn\'t exist at first.');
shouldBeNull('document.getElementById("mock-page-popup")');
-openPickerWithMock(document.getElementById('datetimelocal'), test);
+openPicker(document.getElementById('datetimelocal'), test);
function test() {
shouldBeEqualToString('selectedValue()', '2011-12-31');

Powered by Google App Engine
This is Rietveld 408576698