Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Unified Diff: LayoutTests/http/tests/htmlimports/import-async.html

Issue 976263002: HTML Imports: Teach preloader about HTML Imports. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/htmlimports/import-cors-credentials.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/http/tests/htmlimports/import-cors-credentials.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698