| 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>
|
|
|