Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
FailMoving an element with a transition to a disconnected document should reset the transitionm stateassert_throws_dom: function "() => { doc.body.moveBefore(item, null); }" threw object "TypeError: doc.body.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/css-transition-to-disconnected-document.html:41:7)
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /dom/nodes/moveBefore/css-transition-to-disconnected-document.html:34:7)
Fail
assert_throws_dom("HIERARCHY_REQUEST_ERR", function "() => {         doc.body.moveBefore(item, null);       }")
    at Test.<anonymous> ( /dom/nodes/moveBefore/css-transition-to-disconnected-document.html:41:7)