blob: ef663c75e67c0078fad16d2db3d545d83c367884 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Removing all children of a form should disassociate any form controls in that subtree
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS input.form is null
PASS form.elements.length is 0
PASS successfullyParsed is true
TEST COMPLETE
|