2 if (window
.testRunner
) {
3 testRunner
.dumpAsText();
4 testRunner
.dumpBackForwardList();
5 testRunner
.waitUntilDone();
10 var f
= document
.createElement("iframe");
11 document
.body
.appendChild(f
);
12 f
.setAttribute('src', 'resources/notify-done.html');
15 <body onload=
"setTimeout('loaded()', 0);">
16 <rdar://problem/
8636239> and https://bugs.webkit.org/show_bug.cgi?id=
53785 - Extraneous back/forward entries with dynamically appended iframes.
<br>
17 This page appends an iframe after onload. That iframe should *not* result in a new back/forward entry in the session history.
<br>