| Index: LayoutTests/http/tests/htmlimports/import-blocking-child.html
|
| diff --git a/LayoutTests/http/tests/htmlimports/cross-origin.html b/LayoutTests/http/tests/htmlimports/import-blocking-child.html
|
| similarity index 61%
|
| copy from LayoutTests/http/tests/htmlimports/cross-origin.html
|
| copy to LayoutTests/http/tests/htmlimports/import-blocking-child.html
|
| index 7a5a496b65499016d530e150a891e64f240255a6..17d08c824f8d34f5fb5573e467eb510e1816010b 100644
|
| --- a/LayoutTests/http/tests/htmlimports/cross-origin.html
|
| +++ b/LayoutTests/http/tests/htmlimports/import-blocking-child.html
|
| @@ -1,12 +1,12 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -<link id="target" rel="import" href="http://localhost:8080/htmlimports/resources/hello.html">
|
| <script src="/js-test-resources/js-test-pre.js"></script>
|
| +<link id="leaf" rel="import" href="resources/import-blocking-child-1.html">
|
| </head>
|
| <body>
|
| <script>
|
| -shouldBeNull("target.import");
|
| +shouldBeTrue("blockingScriptHasRun");
|
| </script>
|
| <script src="/js-test-resources/js-test-post.js"></script>
|
| </body>
|
|
|