5 testRunner
.dumpAsText();
10 document
.body
.removeChild(document
.getElementsByTagName("iframe")[0])
12 ifr
.history
.replaceState("foo", "bar");
17 ifr
.history
.pushState("fu", "barred");
21 document
.getElementById("log").textContent
= "PASSED";
25 <body onload=
"runTest();">
26 Tests that calling
<code>pushState
</code> or
<code>replaceState
</code> on a detached frame doesn't crash.
27 <iframe src=
"about:blank">