Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailmoveBefore() on a cross-document target nodeassert_throws_dom: moveBefore on a cross-document target node throws an exception function "() => { connectedLocalParent.moveBefore(connectedCrossDocChild, null); }" threw object "TypeError: connectedLocalParent.moveBefore is not a function" that is not a DOMException HIERARCHY_REQUEST_ERR: property "code" is equal to undefined, expected 3
    at Test.<anonymous> (https://wpt.live/dom/nodes/moveBefore/throws-exception.html:16:3)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at test (https://wpt.live/resources/testharness.js:633:30)
    at https://wpt.live/dom/nodes/moveBefore/throws-exception.html:10:1
Asserts run
Fail
assert_throws_dom("HIERARCHY_REQUEST_ERR", function "() => {     connectedLocalParent.moveBefore(connectedCrossDocChild, null);   }", "moveBefore on a cross-document target node throws an exception")
    at Test.<anonymous> ( /dom/nodes/moveBefore/throws-exception.html:16:3)