Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / parser-associated-form-removal-expected.txt
blobd97f7dcbbad34e77755f463d3cfd9bbba05f3b9f
1 Form controls associated with a form by the parser should be reset when that form leaves their tree.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Removing a form from the document while leaving its associated element in...
7 PASS document.querySelector("input").form is null
9 Removing a form and its associated element...
10 PASS table2.querySelector("input").form is non-null.
11 ...and then removing the form.
12 PASS table2.querySelector("input").form is null
13 PASS successfullyParsed is true
15 TEST COMPLETE