Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassdeleteRow() on HTMLTableSectionElement on thead must enqueue disconnectedCallback when removing a custom element
Asserts run
Pass
assert_array_equals(["constructed", "connected"], ["constructed", "connected"])
    at  /custom-elements/reactions/HTMLTableSectionElement.html:21:5
Pass
assert_equals("<tr><td><custom-element>hello</custom-element></td></tr>", "<tr><td><custom-element>hello</custom-element></td></tr>")
    at  /custom-elements/reactions/HTMLTableSectionElement.html:22:5
Pass
assert_equals(Element node <thead><tr><td><custom-element>hello</custom-element></td..., Element node <thead><tr><td><custom-element>hello</custom-element></td...)
    at  /custom-elements/reactions/HTMLTableSectionElement.html:25:5
Pass
assert_array_equals(["disconnected"], ["disconnected"])
    at  /custom-elements/reactions/HTMLTableSectionElement.html:27:5
PassdeleteRow() on HTMLTableSectionElement on tfoot must enqueue disconnectedCallback when removing a custom element
Asserts run
Pass
assert_array_equals(["constructed", "connected"], ["constructed", "connected"])
    at  /custom-elements/reactions/HTMLTableSectionElement.html:34:5
Pass
assert_equals("<tr><td><custom-element>hello</custom-element></td></tr>", "<tr><td><custom-element>hello</custom-element></td></tr>")
    at  /custom-elements/reactions/HTMLTableSectionElement.html:35:5
Pass
assert_equals(Element node <tfoot><tr><td><custom-element>hello</custom-element></td..., Element node <tfoot><tr><td><custom-element>hello</custom-element></td...)
    at  /custom-elements/reactions/HTMLTableSectionElement.html:38:5
Pass
assert_array_equals(["disconnected"], ["disconnected"])
    at  /custom-elements/reactions/HTMLTableSectionElement.html:40:5