navigation-during-onload-triggered-by-back.html   [plain text]


<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/Scripts/run-webkit-httpd.</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>