Pass | form.elements: indexed access reflects DOM order, not flat tree | Asserts runPass | assert_true(true, "Should have a shadow tree")
at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element-shadow.html:22:3) | Pass | assert_equals(Element node <input id="first" slot="second"></input>, Element node <input id="first" slot="second"></input>, "form.elements reflects DOM order, not flat tree order")
at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element-shadow.html:23:3) | Pass | assert_equals(Element node <input id="second" slot="first"></input>, Element node <input id="second" slot="first"></input>)
at Test.<anonymous> ( /html/semantics/forms/the-form-element/form-indexed-element-shadow.html:24:3) |
|