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

Side by Side Diff: LayoutTests/http/tests/navigation/resources/back-to-dynamic-iframe-iframe.html

Issue 296533004: Fix incorrect iframe loading during back/forward navigation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 <script> 1 <script>
2 window.onload = function() { 2 window.onload = function() {
3 setTimeout("window.top.test()", 0); 3 parent.childLoaded();
4 } 4 }
5 </script> 5 </script>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/navigation/back-to-dynamic-iframe-expected.txt ('k') | Source/core/loader/NavigationScheduler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698