form

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassForm control's form attribute should point to the form element.
Asserts run
Pass
assert_equals(Element node <form id="form">form</form>, Element node <form id="form">form</form>)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:14:3)
PassShadow form control's form attribute should work also in shadow DOM.
Asserts run
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:27:3)
Pass
assert_equals(Element node <form id="form">form</form>, Element node <form id="form">form</form>)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:30:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:33:3)
Pass
assert_equals(Element node <form id="form">form</form>, Element node <form id="form">form</form>)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:36:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:39:3)
Pass
assert_equals(Element node <form id="form">form</form>, Element node <form id="form">form</form>)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:42:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:45:3)
Pass
assert_equals(Element node <form id="form">form</form>, Element node <form id="form">form</form>)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:48:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:51:3)
Pass
assert_equals(Element node <form id="form">form</form>, Element node <form id="form">form</form>)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:54:3)
PassForm element as form control's ancestor should work also in shadow DOM.
Asserts run
Pass
assert_equals(Element node <form id="form"><input id="input"></form>, Element node <form id="form"><input id="input"></form>)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:67:3)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:70:3)
Pass
assert_equals(Element node <form id="form"><input id="input"></form>, Element node <form id="form"><input id="input"></form>)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:73:3)
Pass
assert_equals(Element node <form id="form"><input id="input"></form>, Element node <form id="form"><input id="input"></form>)
    at Test.<anonymous> ( /shadow-dom/form-control-form-attribute.html:76:3)