Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassNode.appendChild: inserting two text nodes in an empty script
Asserts run
Pass
assert_array_equals([], [])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-text-in-script.tentative.html:15:3)
Pass
assert_array_equals(["t1", "t2"], ["t1", "t2"])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-text-in-script.tentative.html:17:3)
Pass
assert_array_equals(["t1", "t2"], ["t1", "t2"])
    at Test.<anonymous> ( /dom/nodes/insertion-removing-steps/Node-appendChild-text-in-script.tentative.html:22:3)