Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassquerySelectorAll should still work on DocumentFragments after they are modified
Asserts run
Pass
assert_array_equals(object "[object NodeList]", [], "before modification")
    at  /dom/nodes/DocumentFragment-querySelectorAll-after-modification.html:16:1
Pass
assert_array_equals(object "[object NodeList]", [], "after modification")
    at  /dom/nodes/DocumentFragment-querySelectorAll-after-modification.html:21:1