blob: a04301e99551d688946bffc3077ad53b658073f3 [file] [log] [blame]
<html>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
setTimeout(stop, 500);
window.onload = function () {
document.body.appendChild(document.getElementById('from1'));
}
</script>
<div>
This tests that we won't crash when an onload method changes the frame hierarchy when the main frame load is stopped.
</div>
<div>SUCCESS - didn't crash</div>
<iframe id="from1" src="/navigation/resources/slow-resource.pl"></iframe>
</html>