| Index: LayoutTests/http/tests/htmlimports/import-blocking-child-blocks-child.html
|
| diff --git a/LayoutTests/http/tests/htmlimports/cross-origin.html b/LayoutTests/http/tests/htmlimports/import-blocking-child-blocks-child.html
|
| similarity index 53%
|
| copy from LayoutTests/http/tests/htmlimports/cross-origin.html
|
| copy to LayoutTests/http/tests/htmlimports/import-blocking-child-blocks-child.html
|
| index 7a5a496b65499016d530e150a891e64f240255a6..7ef5e03d70d8d5143fa454067bb3398d9e11c38c 100644
|
| --- a/LayoutTests/http/tests/htmlimports/cross-origin.html
|
| +++ b/LayoutTests/http/tests/htmlimports/import-blocking-child-blocks-child.html
|
| @@ -1,13 +1,11 @@
|
| <!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">
|
| +<link id="leaf" rel="import" href="resources/import-blocking-child-2.html">
|
| </head>
|
| <body>
|
| -<script>
|
| -shouldBeNull("target.import");
|
| -</script>
|
| <script src="/js-test-resources/js-test-post.js"></script>
|
| </body>
|
| </html>
|
|
|