Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassRange.cloneContents should invoke constructor in tree order
Asserts run
Pass
assert_array_equals(["root-0", "root-0-0", "root-1"], ["root-0", "root-0-0", "root-1"])
    at Test.<anonymous> ( /custom-elements/range-and-constructors.html:49:3)
PassRange.extractContents should invoke constructor in tree order
Asserts run
Pass
assert_array_equals(["root-0", "root-0-0"], ["root-0", "root-0-0"])
    at Test.<anonymous> ( /custom-elements/range-and-constructors.html:56:3)