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

Unified 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, 7 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/platform/linux/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt
diff --git a/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt b/LayoutTests/platform/linux/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt
similarity index 84%
copy from LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt
copy to LayoutTests/platform/linux/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt
index 3db7383423b176f76f50c4aa48d6fb9f5ad3da3a..c255850ae65cc57550f21306414da28204961efe 100644
--- a/LayoutTests/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt
+++ b/LayoutTests/platform/linux/fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-preserve-value-after-history-back-expected.txt
@@ -6,11 +6,11 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Went back to a page. Checking a form control which had a full value:
PASS "12012-10-09T01:23" is "12012-10-09T01:23"
Went back to a page. Checking a form control which had a partial value:
-PASS "01/dd/1999 --:00 --" is "01/dd/1999 --:00 --"
+PASS "01/dd/1999, --:00 --" is "01/dd/1999, --:00 --"
Went forward to a page. Checking a form control which had a full value:
PASS "0001-11-17T23:55" is "0001-11-17T23:55"
Went forward to a page. Checking a form control which had a partial value:
-PASS "mm/31/yyyy 12:-- PM" is "mm/31/yyyy 12:-- PM"
+PASS "mm/31/yyyy, 12:-- PM" is "mm/31/yyyy, 12:-- PM"
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698