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

Side by Side Diff: LayoutTests/platform/linux/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt

Issue 302323004: Prepare Layout tests for ICU upgrade to 52 in (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 Checks input value is preserved after backward and forward 1 Checks input value is preserved after backward and forward
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 Went back to a page. Checking a form control which had a full value: 6 Went back to a page. Checking a form control which had a full value:
7 PASS "12012-10-09T01:23" is "12012-10-09T01:23" 7 PASS "12012-10-09T01:23" is "12012-10-09T01:23"
8 Went back to a page. Checking a form control which had a partial value: 8 Went back to a page. Checking a form control which had a partial value:
9 PASS "01/dd/1999 --:00 --" is "01/dd/1999 --:00 --" 9 PASS "01/dd/1999, --:00 --" is "01/dd/1999, --:00 --"
10 Went forward to a page. Checking a form control which had a full value: 10 Went forward to a page. Checking a form control which had a full value:
11 PASS "0001-11-17T23:55" is "0001-11-17T23:55" 11 PASS "0001-11-17T23:55" is "0001-11-17T23:55"
12 Went forward to a page. Checking a form control which had a partial value: 12 Went forward to a page. Checking a form control which had a partial value:
13 PASS "mm/31/yyyy 12:-- PM" is "mm/31/yyyy 12:-- PM" 13 PASS "mm/31/yyyy, 12:-- PM" is "mm/31/yyyy, 12:-- PM"
14 14
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698