Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Side by Side Diff: Source/WebCore/manual-tests/navigation-during-onload-triggered-by-back.html

Issue 6524014: Merge 78561 - 2011-02-15 Charlie Reis <creis@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 </head> 3 </head>
4 <body> 4 <body>
5 <p>Same-document navigation in onload triggered by back navigation.</p> 5 <p>Same-document navigation in onload triggered by back navigation.</p>
6 <ol> 6 <ol>
7 <li>Start the layout test web server with Tools/Scripts/run-webkit-httpd .</li> 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">he re</a>.</li> 8 <li>Click <a href="resources/navigation-during-onload-container.html">he re</a>.</li>
9 <li>Click Back.</li> 9 <li>Click Back.</li>
10 </ol> 10 </ol>
11 <p>You should not crash.</p> 11 <p>You should not crash.</p>
12 <p>We cannot use history.back() to test this, because it calls Page::goToItem 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 13 (which calls FrameLoader::stopAllLoaders) first. Chromium's back button does
14 not call stopAllLoaders first.</p> 14 not call stopAllLoaders first.</p>
15 </body> 15 </body>
16 </html> 16 </html>
OLDNEW
« no previous file with comments | « Source/WebCore/loader/FrameLoader.cpp ('k') | Source/WebCore/manual-tests/resources/navigation-during-onload-container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698