blob: de96187dff37252599c93124859df680f45b8cd1 [file] [log] [blame]
<html>
<head>
<script>
function runTest()
{
document.getElementById("subframe").contentWindow.location = 'data:text/html,<body onload="testRunner.notifyDone();"></body>';
}
</script>
</head>
<body onload="runTest();">
This test navigates an iframe while it's onload handler is still running.<br>
The iframe navigation should *not* result in a second back-history item being created for the top level navigation.<br>
<iframe id="subframe" name="subframe" src="about:blank"></iframe><br>
</body>
</html>