summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/date/ValidityState-rangeUnderflow-date-expected.txt
blob: 8d81996724001e72b074a147ccddd561151b777c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This test aims to check for rangeUnderflow flag with date input fields

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS The value "2010-01-27" doesn't underflow the minimum value "null".
PASS The value "2010-01-27" doesn't underflow the minimum value "".
PASS The value "2010-01-27" doesn't underflow the minimum value "foo".
PASS The value "1000-01-01" doesn't underflow the minimum value "".
PASS The value "1582-10-15" doesn't underflow the minimum value "".
PASS The value "2010-01-27" doesn't underflow the minimum value "2010-01-26".
PASS The value "2010-01-27" doesn't underflow the minimum value "2009-01-28".
PASS The value "" sanitized from "foo" doesn't underflow the minimum value "2011-01-26".
PASS The value "2010-01-27" undeflows the minimum value "2010-01-28".
PASS The value "9999-01-01" undeflows the minimum value "10000-12-31".
PASS The value "2010-01-27" undeflows the minimum value "2010-02-01".
PASS The value "9999-01-01" doesn't underflow the minimum value "10000-12-31" when disabled.
PASS successfullyParsed is true

TEST COMPLETE