Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passform.elements: indexed access reflects DOM order, not flat tree
Asserts run
Pass
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)