Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassControls nested in tables are not associated with form element inside the table if the form had been removed by script before the controls were inserted by the parser
Asserts run
Pass
assert_equals(null, null, "input1's form owner must be null since form2 is not in thesame home subtree")
    at Test.<anonymous> ( /html/semantics/forms/form-control-infrastructure/form_owner_and_table_2.html:29:9)
Pass
assert_equals(Element node <form id="form1"></form>, Element node <form id="form1"></form>, "input2's form owner must be the form with id 'form1'")
    at Test.<anonymous> ( /html/semantics/forms/form-control-infrastructure/form_owner_and_table_2.html:33:9)
Pass
assert_equals(null, null, "input3's form owner must be null instead of form2 (as per parsing rules)since form2 is not in the same home subtree")
    at Test.<anonymous> ( /html/semantics/forms/form-control-infrastructure/form_owner_and_table_2.html:36:9)