Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passhistory.pushState(): simple case
Asserts run
Pass
assert_throws_dom("DataCloneError", function "() => {       history[method](createEmptyWasmModule(), "dummy title");     }")
    at Test.<anonymous> ( /wasm/serialization/module/serialization-via-history.html:14:5)
Passhistory.pushState(): is interleaved correctly
Asserts run
Pass
assert_throws_dom("DataCloneError", function "() => {       history[method]([         { get x() { getter1Called = true; return 5; } },         createEmptyWasmModule(),         { get x() { getter2Called = true; return 5; } }       ], "dummy title");     }")
    at Test.<anonymous> ( /wasm/serialization/module/serialization-via-history.html:22:5)
Pass
assert_true(true, "The getter before the WebAssembly.Module must have been called")
    at Test.<anonymous> ( /wasm/serialization/module/serialization-via-history.html:30:5)
Pass
assert_false(false, "The getter after the WebAssembly.Module must not have been called")
    at Test.<anonymous> ( /wasm/serialization/module/serialization-via-history.html:31:5)
Passhistory.replaceState(): simple case
Asserts run
Pass
assert_throws_dom("DataCloneError", function "() => {       history[method](createEmptyWasmModule(), "dummy title");     }")
    at Test.<anonymous> ( /wasm/serialization/module/serialization-via-history.html:14:5)
Passhistory.replaceState(): is interleaved correctly
Asserts run
Pass
assert_throws_dom("DataCloneError", function "() => {       history[method]([         { get x() { getter1Called = true; return 5; } },         createEmptyWasmModule(),         { get x() { getter2Called = true; return 5; } }       ], "dummy title");     }")
    at Test.<anonymous> ( /wasm/serialization/module/serialization-via-history.html:22:5)
Pass
assert_true(true, "The getter before the WebAssembly.Module must have been called")
    at Test.<anonymous> ( /wasm/serialization/module/serialization-via-history.html:30:5)
Pass
assert_false(false, "The getter after the WebAssembly.Module must not have been called")
    at Test.<anonymous> ( /wasm/serialization/module/serialization-via-history.html:31:5)