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

Side by Side Diff: LayoutTests/fast/forms/date/ValidityState-rangeOverflow-date-expected.txt

Issue 461323006: input[type=date] warns if specified string is invalid. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/date/ValidityState-rangeUnderflow-date-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE ERROR: The specified value 'foo' does not conform to the required format , 'yyyy-MM-dd'.
1 This test aims to check for rangeOverflow flag with date input fields 2 This test aims to check for rangeOverflow flag with date input fields
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 PASS The value "2010-01-27" doesn't overflow the maximum value "null". 7 PASS The value "2010-01-27" doesn't overflow the maximum value "null".
7 PASS The value "2010-01-27" doesn't overflow the maximum value "". 8 PASS The value "2010-01-27" doesn't overflow the maximum value "".
8 PASS The value "2010-01-27" doesn't overflow the maximum value "foo". 9 PASS The value "2010-01-27" doesn't overflow the maximum value "foo".
9 PASS The value "2010-01-27" doesn't overflow the maximum value "2010-01-27". 10 PASS The value "2010-01-27" doesn't overflow the maximum value "2010-01-27".
10 PASS The value "2010-01-27" doesn't overflow the maximum value "2010-01-28". 11 PASS The value "2010-01-27" doesn't overflow the maximum value "2010-01-28".
11 PASS The value "2010-01-27" doesn't overflow the maximum value "2011-01-26". 12 PASS The value "2010-01-27" doesn't overflow the maximum value "2011-01-26".
12 PASS The value "" sanitized from "foo" doesn't overflow the maximum value "2011- 01-26". 13 PASS The value "" sanitized from "foo" doesn't overflow the maximum value "2011- 01-26".
13 PASS The value "2010-01-27" doesn't overflow the maximum value "0000-01-01". 14 PASS The value "2010-01-27" doesn't overflow the maximum value "0000-01-01".
14 PASS The value "2010-01-27" overflows the maximum value "2010-01-26". 15 PASS The value "2010-01-27" overflows the maximum value "2010-01-26".
15 PASS The value "9999-01-01" overflows the maximum value "2010-12-31". 16 PASS The value "9999-01-01" overflows the maximum value "2010-12-31".
16 PASS The value "2010-01-27" overflows the maximum value "2010-01-26". 17 PASS The value "2010-01-27" overflows the maximum value "2010-01-26".
17 PASS The value "9999-01-01" doesn't overflow the maximum value "2010-12-31" when disabled. 18 PASS The value "9999-01-01" doesn't overflow the maximum value "2010-12-31" when disabled.
18 PASS successfullyParsed is true 19 PASS successfullyParsed is true
19 20
20 TEST COMPLETE 21 TEST COMPLETE
21 22
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/forms/date/ValidityState-rangeUnderflow-date-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698