Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassForm element and form controls nested inside a table are correctly handled
Asserts run
Pass
assert_equals(Element node <form id="form2"></form>, Element node <form id="form2"></form>, "input1's form owner must be form2 as per the parsing rules")
    at Test.<anonymous> ( /html/semantics/forms/form-control-infrastructure/form_owner_and_table.html:31: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.html:33:9)
Pass
assert_equals(Element node <form id="form2"></form>, Element node <form id="form2"></form>, "input3's form owner must be form2 as per the parsing rules")
    at Test.<anonymous> ( /html/semantics/forms/form-control-infrastructure/form_owner_and_table.html:35:9)
Pass
assert_equals(Element node <form id="form2"></form>, Element node <form id="form2"></form>, "input1's form owner must not have changed since they are both in the same subtree")
    at Test.<anonymous> ( /html/semantics/forms/form-control-infrastructure/form_owner_and_table.html:40:9)
Pass
assert_equals(null, null, "input2 must not have a form owner since it has the form attribute set")
    at Test.<anonymous> ( /html/semantics/forms/form-control-infrastructure/form_owner_and_table.html:42:9)
Pass
assert_equals(Element node <form id="form2"></form>, Element node <form id="form2"></form>, "input3's form owner must not have changed since they are both in the same subtree")
    at Test.<anonymous> ( /html/semantics/forms/form-control-infrastructure/form_owner_and_table.html:44:9)