Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / number / number-validity-rangeunderflow-expected.txt
blobca1e9f484acb19f81582dda8f421069524f7a65b
1 This test aims to check for rangeUnderflow flag with a number input field
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Type=number
7 PASS The value "101" doesn't underflow the minimum value "100".
8 PASS The value "-99" doesn't underflow the minimum value "-100".
9 PASS The value "101" doesn't underflow the minimum value "1E+2".
10 PASS The value "1.01" doesn't underflow the minimum value "1.00".
11 PASS The value "" doesn't underflow the minimum value "100".
12 PASS The value "" doesn't underflow the minimum value "1".
13 PASS The value "-1" doesn't underflow the minimum value "".
14 PASS The value "-1" doesn't underflow the minimum value "xxx".
15 PASS The value "0.999999999999999999999999999999999999999998" doesn't underflow the minimum value "0.999999999999999999999999999999999999999999".
16 PASS The value "99" undeflows the minimum value "100".
17 PASS The value "-101" undeflows the minimum value "-100".
18 PASS The value "99" undeflows the minimum value "1E+2".
19 PASS The value "101" undeflows the minimum value "200".
20 PASS The value "99" doesn't underflow the minimum value "1E+2" when disabled.
21 PASS successfullyParsed is true
23 TEST COMPLETE