Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / month-multiple-fields / month-multiple-fields-validity-badinput-expected.txt
blob080b53953fa5a8bd9551ffa05f5998bd9d0622e2
1 A month input fields with a bad user input should make validity.badInput true and have :invalid style.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Initial state. The elment has no value.
7 PASS colorOf(input) is not invalidStyleColor
8 PASS input.validity.badInput is false
9 Set a value to the first sub-field. The element becomes badInput.
10 PASS colorOf(input) is invalidStyleColor
11 PASS input.validity.badInput is true
12 PASS successfullyParsed is true
14 TEST COMPLETE