Pass | history.pushState(): simple case | Asserts runPass | assert_throws_dom("DataCloneError", function "() => { history[method](createEmptyWasmModule(), "dummy title"); }")
at Test.<anonymous> ( /wasm/serialization/module/serialization-via-history.html:14:5) |
|
Pass | history.pushState(): is interleaved correctly | Asserts runPass | 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) |
|
Pass | history.replaceState(): simple case | Asserts runPass | assert_throws_dom("DataCloneError", function "() => { history[method](createEmptyWasmModule(), "dummy title"); }")
at Test.<anonymous> ( /wasm/serialization/module/serialization-via-history.html:14:5) |
|
Pass | history.replaceState(): is interleaved correctly | Asserts runPass | 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) |
|