blob: 3ed304f49fd5e1ff5c63041cb3d4bbe39824608e [file] [log] [blame]
<p>This tests that navigating to two pages in a subframe, and then going back does not cause an assertion.</p>
<p>SUCCESS - Didn't assert!</p>
<script>
if (window.testRunner) {
testRunner.queueLoad('frame-navigation-child-1.html', 'target')
testRunner.queueLoad('frame-navigation-child-2.html', 'target')
testRunner.queueBackNavigation(1);
} else
document.write('This test must be run by DumpRenderTree!')
</script>