Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / ValidityState-valueMissing-003-expected.txt
blob63bdcc12832875d653894aed0f590f26e7d74818
1 This test checks validity.valueMissing of disabled form controls with blank values, blank options selected, or nothing selected.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS valueMissingFor("input") is false
7 PASS valueMissingFor("textarea") is false
8 PASS valueMissingFor("select-no-option") is false
9 PASS valueMissingFor("select-placeholder-selected") is false
10 PASS valueMissingFor("select-without-placeholder") is false
11 PASS valueMissingFor("select-placeholder-selected-size2") is false
12 PASS valueMissingFor("select-without-placeholder-size2") is false
13 PASS valueMissingFor("select-none-selected-multiple") is false
14 PASS valueMissingFor("select-fake-placeholder-selected-multiple") is false
15 PASS valueMissingFor("select-without-fake-placeholder-multiple") is false
16 PASS valueMissingFor("select-none-selected-size2-multiple") is false
17 PASS valueMissingFor("select-fake-placeholder-selected-size2-multiple") is false
18 PASS valueMissingFor("select-without-fake-placeholder-size2-multiple") is false
19 PASS successfullyParsed is true
21 TEST COMPLETE
22