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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/navigation/resources/back-to-dynamic-iframe-iframe.html
diff --git a/LayoutTests/http/tests/history/resources/back-to-javascript-url-iframe-iframe.html b/LayoutTests/http/tests/navigation/resources/back-to-dynamic-iframe-iframe.html
similarity index 55%
copy from LayoutTests/http/tests/history/resources/back-to-javascript-url-iframe-iframe.html
copy to LayoutTests/http/tests/navigation/resources/back-to-dynamic-iframe-iframe.html
index 944235d1c14615f05a85545032755cf5d08c36df..76f3e1615b6d64315c51c9592055cdb09f6871bb 100644
--- a/LayoutTests/http/tests/history/resources/back-to-javascript-url-iframe-iframe.html
+++ b/LayoutTests/http/tests/navigation/resources/back-to-dynamic-iframe-iframe.html
@@ -1,5 +1,5 @@
<script>
window.onload = function() {
- setTimeout("window.top.test()", 0);
+ parent.childLoaded();
}
</script>
« 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