Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassupdateCurrentEntry() with unserializable state while not fully active must throw an "InvalidStateError", not a "DataCloneError"
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "function DOMException() { [native code] }", function "() => {       wNavigation.updateCurrentEntry({ state: document.body });     }")
    at Test.<anonymous> ( /navigation-api/updateCurrentEntry-method/exception-order-not-fully-active-unserializablestate.html:14:5)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /navigation-api/updateCurrentEntry-method/exception-order-not-fully-active-unserializablestate.html:17:5)