Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / time / time-validity-rangeunderflow-expected.txt
blob5dae2dc90957816ff140e17847f5c1cdc8528baf
1 This test aims to check for rangeUnderflow flag with time input fields
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS The value "13:16" doesn't underflow the minimum value "null".
7 PASS The value "13:16" doesn't underflow the minimum value "".
8 PASS The value "13:16" doesn't underflow the minimum value "foo".
9 PASS The value "00:00:00.000" doesn't underflow the minimum value "".
10 PASS The value "23:59:59.999" doesn't underflow the minimum value "".
11 PASS The value "13:16" doesn't underflow the minimum value "11:00".
12 PASS The value "13:16" doesn't underflow the minimum value "13:16".
13 PASS The value "" sanitized from "foo" doesn't underflow the minimum value "11:00".
14 PASS The value "13:16" undeflows the minimum value "13:17".
15 PASS The value "23:59" undeflows the minimum value "23:59:30".
16 PASS The value "13:16" undeflows the minimum value "14:00".
17 PASS The value "23:59" doesn't underflow the minimum value "23:59:30" when disabled.
18 PASS successfullyParsed is true
20 TEST COMPLETE