Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / week-multiple-fields / week-multiple-fields-validity-badinput-expected.txt
blob2d61821f21b6938e339adcef309c3858b584f132
1 A week 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