Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / navigation-during-onload-triggered-by-back.html
blob09a5f57de8fbaf8dc993c9412a603f9b47103703
1 <html>
2 <head>
3 </head>
4 <body>
5 <p>Same-document navigation in onload triggered by back navigation.</p>
6 <ol>
7 <li>Start the layout test web server with Tools/Scripts/run-webkit-httpd.</li>
8 <li>Click <a href="resources/navigation-during-onload-container.html">here</a>.</li>
9 <li>Click Back.</li>
10 </ol>
11 <p>You should not crash.</p>
12 <p>We cannot use history.back() to test this, because it calls Page::goToItem
13 (which calls FrameLoader::stopAllLoaders) first. Chromium's back button does
14 not call stopAllLoaders first.</p>
15 </body>
16 </html>