Harness status: OK
Found 1 tests
Result | Test Name | Message | ||
---|---|---|---|---|
Fail | moveBefore() on a cross-document target node | assert_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 3at 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
|