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

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

Issue 98383004: Remove TreatNullAs=NullString for HTMLInputElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years 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 This test aims to check for rangeUnderflow flag with date input fields 1 This test aims to check for rangeUnderflow flag with date input fields
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 PASS The value "2010-01-27" doesn't underflow the minimum value "". 6 PASS The value "2010-01-27" doesn't underflow the minimum value "null".
7 PASS The value "2010-01-27" doesn't underflow the minimum value "". 7 PASS The value "2010-01-27" doesn't underflow the minimum value "".
8 PASS The value "2010-01-27" doesn't underflow the minimum value "foo". 8 PASS The value "2010-01-27" doesn't underflow the minimum value "foo".
9 PASS The value "1000-01-01" doesn't underflow the minimum value "". 9 PASS The value "1000-01-01" doesn't underflow the minimum value "".
10 PASS The value "1582-10-15" doesn't underflow the minimum value "". 10 PASS The value "1582-10-15" doesn't underflow the minimum value "".
11 PASS The value "2010-01-27" doesn't underflow the minimum value "2010-01-26". 11 PASS The value "2010-01-27" doesn't underflow the minimum value "2010-01-26".
12 PASS The value "2010-01-27" doesn't underflow the minimum value "2009-01-28". 12 PASS The value "2010-01-27" doesn't underflow the minimum value "2009-01-28".
13 PASS The value "" sanitized from "foo" doesn't underflow the minimum value "2011 -01-26". 13 PASS The value "" sanitized from "foo" doesn't underflow the minimum value "2011 -01-26".
14 PASS The value "2010-01-27" undeflows the minimum value "2010-01-28". 14 PASS The value "2010-01-27" undeflows the minimum value "2010-01-28".
15 PASS The value "9999-01-01" undeflows the minimum value "10000-12-31". 15 PASS The value "9999-01-01" undeflows the minimum value "10000-12-31".
16 PASS The value "2010-01-27" undeflows the minimum value "2010-02-01". 16 PASS The value "2010-01-27" undeflows the minimum value "2010-02-01".
17 PASS The value "9999-01-01" doesn't underflow the minimum value "10000-12-31" wh en disabled. 17 PASS The value "9999-01-01" doesn't underflow the minimum value "10000-12-31" wh en disabled.
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698