Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassupdateCurrentEntry() with unserializable state on the initial about:blank must throw an "InvalidStateError", not a "DataCloneError"
Asserts run
Pass
assert_throws_dom("InvalidStateError", function "function DOMException() { [native code] }", function "() => {     iframe.contentWindow.navigation.updateCurrentEntry({ state: document.body });   }")
    at Test.<anonymous> ( /navigation-api/updateCurrentEntry-method/exception-order-initial-about-blank-unserializablestate.html:8:3)
Pass
assert_equals(undefined, undefined)
    at Test.<anonymous> ( /navigation-api/updateCurrentEntry-method/exception-order-initial-about-blank-unserializablestate.html:11:3)