Pass | length on HTMLOptionsCollection must enqueue disconnectedCallback when removing a custom element | Asserts runPass | assert_array_equals(["constructed", "connected"], ["constructed", "connected"])
at /custom-elements/reactions/HTMLOptionsCollection.html:26:5 | Pass | assert_equals("<custom-element>hello</custom-element>", "<custom-element>hello</custom-element>")
at /custom-elements/reactions/HTMLOptionsCollection.html:27:5 | Pass | assert_equals(Element node <option><custom-element>hello</custom-element></option>, Element node <option><custom-element>hello</custom-element></option>)
at /custom-elements/reactions/HTMLOptionsCollection.html:30:5 | Pass | assert_equals(null, null)
at /custom-elements/reactions/HTMLOptionsCollection.html:32:5 | Pass | assert_array_equals(["disconnected"], ["disconnected"])
at /custom-elements/reactions/HTMLOptionsCollection.html:33:5 |
|
Pass | The indexed setter on HTMLOptionsCollection must enqueue connectedCallback when inserting a custom element | Asserts runPass | assert_array_equals(["constructed"], ["constructed"])
at /custom-elements/reactions/HTMLOptionsCollection.html:48:5 | Pass | assert_equals("<custom-element>hello</custom-element>", "<custom-element>hello</custom-element>")
at /custom-elements/reactions/HTMLOptionsCollection.html:49:5 | Pass | assert_equals(0, 0)
at /custom-elements/reactions/HTMLOptionsCollection.html:51:5 | Pass | assert_equals(1, 1)
at /custom-elements/reactions/HTMLOptionsCollection.html:53:5 | Pass | assert_array_equals(["connected"], ["connected"])
at /custom-elements/reactions/HTMLOptionsCollection.html:54:5 |
|
Pass | The indexed setter on HTMLOptionsCollection must enqueue disconnectedCallback when removing a custom element | Asserts runPass | assert_array_equals(["constructed", "connected"], ["constructed", "connected"])
at /custom-elements/reactions/HTMLOptionsCollection.html:68:5 | Pass | assert_equals("<custom-element>hello</custom-element>", "<custom-element>hello</custom-element>")
at /custom-elements/reactions/HTMLOptionsCollection.html:69:5 | Pass | assert_equals(Element node <option><custom-element>hello</custom-element></option>, Element node <option><custom-element>hello</custom-element></option>)
at /custom-elements/reactions/HTMLOptionsCollection.html:72:5 | Pass | assert_equals(0, 0)
at /custom-elements/reactions/HTMLOptionsCollection.html:74:5 | Pass | assert_array_equals(["disconnected"], ["disconnected"])
at /custom-elements/reactions/HTMLOptionsCollection.html:75:5 |
|
Pass | add on HTMLOptionsCollection must enqueue connectedCallback when inserting a custom element | Asserts runPass | assert_array_equals(["constructed"], ["constructed"])
at /custom-elements/reactions/HTMLOptionsCollection.html:90:5 | Pass | assert_equals("<custom-element>hello</custom-element>", "<custom-element>hello</custom-element>")
at /custom-elements/reactions/HTMLOptionsCollection.html:91:5 | Pass | assert_equals(0, 0)
at /custom-elements/reactions/HTMLOptionsCollection.html:93:5 | Pass | assert_equals(1, 1)
at /custom-elements/reactions/HTMLOptionsCollection.html:95:5 | Pass | assert_array_equals(["connected"], ["connected"])
at /custom-elements/reactions/HTMLOptionsCollection.html:96:5 |
|
Pass | remove on HTMLOptionsCollection must enqueue disconnectedCallback when removing a custom element | Asserts runPass | assert_array_equals(["constructed", "connected"], ["constructed", "connected"])
at /custom-elements/reactions/HTMLOptionsCollection.html:110:5 | Pass | assert_equals("<custom-element>hello</custom-element>", "<custom-element>hello</custom-element>")
at /custom-elements/reactions/HTMLOptionsCollection.html:111:5 | Pass | assert_equals(Element node <option><custom-element>hello</custom-element></option>, Element node <option><custom-element>hello</custom-element></option>)
at /custom-elements/reactions/HTMLOptionsCollection.html:114:5 | Pass | assert_equals(0, 0)
at /custom-elements/reactions/HTMLOptionsCollection.html:116:5 | Pass | assert_array_equals(["disconnected"], ["disconnected"])
at /custom-elements/reactions/HTMLOptionsCollection.html:117:5 |
|