blob: 27091e21e499824682e5c6696220c71d1f5baed9 [file] [log] [blame]
<html>
<head>
</head>
<body>
<p>Same-document navigation in onload triggered by back navigation.</p>
<ol>
<li>Start the layout test web server with tools/run_blink_httpd.py.</li>
<li>Click <a href="resources/navigation-during-onload-container.html">here</a>.</li>
<li>Click Back.</li>
</ol>
<p>You should not crash.</p>
<p>We cannot use history.back() to test this, because it calls Page::goToItem
(which calls FrameLoader::stopAllLoaders) first. Chromium's back button does
not call stopAllLoaders first.</p>
</body>
</html>