Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / month / ValidityState-rangeUnderflow-month-expected.txt
blob7b9fbeb49ced6a6e18d4d16203d221b74a4da4eb
1 This test aims to check for rangeUnderflow flag with month input fields
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS The value "2010-01" doesn't underflow the minimum value "null".
7 PASS The value "2010-01" doesn't underflow the minimum value "".
8 PASS The value "2010-01" doesn't underflow the minimum value "foo".
9 PASS The value "1000-01" doesn't underflow the minimum value "".
10 PASS The value "1582-10" doesn't underflow the minimum value "".
11 PASS The value "2010-01" doesn't underflow the minimum value "2009-12".
12 PASS The value "2010-01" doesn't underflow the minimum value "2009-01".
13 PASS The value "" sanitized from "foo" doesn't underflow the minimum value "2011-01".
14 PASS The value "2010-01" undeflows the minimum value "2010-02".
15 PASS The value "9999-01" undeflows the minimum value "10000-12".
16 PASS The value "2010-01" undeflows the minimum value "2010-02".
17 PASS The value "9999-01" doesn't underflow the minimum value "10000-12" when disabled.
18 PASS successfullyParsed is true
20 TEST COMPLETE