summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/navigation-during-onload-triggered-by-back.html
blob: 09a5f57de8fbaf8dc993c9412a603f9b47103703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>