blob: fa2e63d43c3ce319b82da9b5571b62ba321ed0b5 [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpBackForwardList();
testRunner.waitUntilDone();
}
function loaded()
{
var f = document.createElement("iframe");
document.body.appendChild(f);
f.setAttribute('src', 'resources/notify-done.html');
}
</script>
<body onload="setTimeout('loaded()', 0);">
&lt;rdar://problem/8636239&gt; and https://bugs.webkit.org/show_bug.cgi?id=53785 - Extraneous back/forward entries with dynamically appended iframes.<br>
This page appends an iframe after onload. That iframe should *not* result in a new back/forward entry in the session history.<br>
</body>