| Index: LayoutTests/http/tests/htmlimports/import-async.html
|
| diff --git a/LayoutTests/http/tests/htmlimports/import-async.html b/LayoutTests/http/tests/htmlimports/import-async.html
|
| index 932294d8437c8f807982f9eda71d542f9d846426..66fffb6ef14ccedb0abb4a187c554fd4d3ca9d2f 100644
|
| --- a/LayoutTests/http/tests/htmlimports/import-async.html
|
| +++ b/LayoutTests/http/tests/htmlimports/import-async.html
|
| @@ -3,7 +3,7 @@
|
| <head>
|
| <script src="../../../resources/testharness.js"></script>
|
| <script src="../../../resources/testharnessreport.js"></script>
|
| -<link id="target" async rel="import" href="resources/hello.html">
|
| +<link id="target" async rel="import" href="../../../resources/redirect.php?delay=100&url=../htmlimports/resources/hello.html">
|
| </head>
|
| <body>
|
| <script>
|
|
|