Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / HTMLTemplateElement / no-form-association-expected.txt
blobe83020b3adbe01c096b91998aa5abc1d894cf0ab
1 Form control elements inside templates should not be associated with forms outside the template
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Form in document, input inside template:
7 PASS form.length is 0
8 PASS input.form is null
10 Form in template, input in sub-template:
11 PASS form.length is 0
12 PASS input.form is null
13 PASS successfullyParsed is true
15 TEST COMPLETE