Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / formnovalidate-attribute-expected.txt
blob79d62ec3ae442e60e64e693ac99ef4bbd6d90682
1 This test performs some simple check on the formnovalidate attribute.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS i.hasAttribute('formNoValidate') is false
7 PASS i.getAttribute('formNoValidate') is null
8 PASS i.formNoValidate is false
9 PASS b.hasAttribute('formNoValidate') is false
10 PASS b.getAttribute('formNoValidate') is null
11 PASS b.formNoValidate is false
12 PASS i.hasAttribute('formNoValidate') is true
13 PASS i.getAttribute('formNoValidate') is ''
14 PASS i.formNoValidate is true
15 PASS b.hasAttribute('formNoValidate') is true
16 PASS b.getAttribute('formNoValidate') is ''
17 PASS b.formNoValidate is true
18 PASS i.hasAttribute('formNoValidate') is false
19 PASS i.getAttribute('formNoValidate') is null
20 PASS i.formNoValidate is false
21 PASS b.hasAttribute('formNoValidate') is false
22 PASS b.getAttribute('formNoValidate') is null
23 PASS b.formNoValidate is false
24 PASS i2.formNoValidate is false
25 PASS i2.hasAttribute('formNoValidate') is true
26 PASS i2.getAttribute('formNoValidate') is ''
27 PASS i2.formNoValidate is true
28 PASS successfullyParsed is true
30 TEST COMPLETE