Pass | deleteRow() on HTMLTableSectionElement on thead must enqueue disconnectedCallback when removing a custom element | Asserts runPass | 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 |
|
Pass | deleteRow() on HTMLTableSectionElement on tfoot must enqueue disconnectedCallback when removing a custom element | Asserts runPass | 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 |
|