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

Side by Side Diff: LayoutTests/fast/forms/calendar-picker/calendar-picker-datetimelocal-expected.txt

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests if calendar picker works for datetime-local as expected. 1 Tests if calendar picker works for datetime-local as expected.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Check that page popup doesn't exist at first. 6 Check that page popup doesn't exist at first.
7 PASS document.getElementById("mock-page-popup") is null 7 PASS document.getElementById("mock-page-popup") is null
8 PASS selectedValue() is "2011-12-31" 8 PASS selectedValue() is "2011-12-31"
9 PASS highlightedValue() is "2011-12-31" 9 PASS highlightedValue() is "2011-12-31"
10 PASS highlightedValue() is "2012-01-01" 10 PASS highlightedValue() is "2012-01-01"
11 PASS document.getElementById("datetimelocal").value is "2012-01-01T12:53:45" 11 PASS document.getElementById("datetimelocal").value is "2012-01-01T12:53:45"
12 PASS successfullyParsed is true 12 PASS successfullyParsed is true
13 13
14 TEST COMPLETE 14 TEST COMPLETE
15 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698