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