| Index: LayoutTests/http/tests/fetch/resources/thorough-iframe.html
|
| diff --git a/LayoutTests/http/tests/fetch/resources/fetch-access-control-iframe.html b/LayoutTests/http/tests/fetch/resources/thorough-iframe.html
|
| similarity index 88%
|
| rename from LayoutTests/http/tests/fetch/resources/fetch-access-control-iframe.html
|
| rename to LayoutTests/http/tests/fetch/resources/thorough-iframe.html
|
| index 6a6c0b4f905b05d514cba75e7076b31c861619c3..30acddc57f02f52c288e363509c59abb7e71caa2 100644
|
| --- a/LayoutTests/http/tests/fetch/resources/fetch-access-control-iframe.html
|
| +++ b/LayoutTests/http/tests/fetch/resources/thorough-iframe.html
|
| @@ -1,5 +1,5 @@
|
| <script src = "fetch-test-options.js"></script>
|
| -<script src = "fetch-access-control-util.js"></script>
|
| +<script src = "thorough-util.js"></script>
|
| <script>
|
| function onMessage(event) {
|
| var script = document.createElement('script');
|
| @@ -18,4 +18,4 @@ function onload() {
|
| window.addEventListener('message', onMessage, false);
|
| }
|
| window.addEventListener('load', onload);
|
| -</script>
|
| +</script>
|
|
|