Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / invalid-001-expected.txt
blob5ac327506e64c34bf09bfca9818f30638c8efbc8
1 This test checks if checkValidity() correctly fires an invalid event on invalid form control elements.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6   
7 PASS Invalid control
8 PASS v[i].checkValidity() is false
9 PASS Invalid control
10 PASS v[i].checkValidity() is false
11 PASS Invalid control
12 PASS v[i].checkValidity() is false
13 PASS successfullyParsed is true
15 TEST COMPLETE