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

Side by Side Diff: Source/WebCore/manual-tests/resources/navigation-during-onload-container.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
« no previous file with comments | « Source/WebCore/manual-tests/navigation-during-onload-triggered-by-back.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <script> 1 <script>
2 onload = function() { 2 onload = function() {
3 window.location.replace("#foo"); 3 window.location.replace("#foo");
4 }; 4 };
5 </script> 5 </script>
6 container 6 container
7 <iframe src="http://127.0.0.1:8000/history/resources/back-during-onload-middle.h tml"></iframe> 7 <iframe src="http://127.0.0.1:8000/history/resources/back-during-onload-middle.h tml"></iframe>
8 <p> 8 <p>
9 Click the back button and see if the browser crashes. 9 Click the back button and see if the browser crashes.
10 </p> 10 </p>
OLDNEW
« no previous file with comments | « Source/WebCore/manual-tests/navigation-during-onload-triggered-by-back.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698