7 window
.frames
["subframe"].location
= 'data:text/html,<body onload="testRunner.notifyDone();"></body>';
13 <body onload=
"runTest();">
14 This test navigates an iframe while it's onload handler is still running.
<br>
15 The iframe navigation should *not* result in a second back-history item being created for the top level navigation.
<br>
16 <iframe name=
"subframe" src=
"about:blank"></iframe><br>