Index: sky/tests/modules/imports-can-load-404s.sky |
diff --git a/sky/tests/modules/imports-can-load-404s.sky b/sky/tests/modules/imports-can-load-404s.sky |
index 4f61f9389a0090d58b37a5bd94212e9eb578cd37..14b55914aba3ed2004d85896a26db0ad714676fb 100644 |
--- a/sky/tests/modules/imports-can-load-404s.sky |
+++ b/sky/tests/modules/imports-can-load-404s.sky |
@@ -1,6 +1,6 @@ |
<html> |
-<link rel="import" href="resources/does-not-exist.sky" as="hello" /> |
-<link rel="import" href="../resources/dump-as-text.sky" /> |
+<import src="resources/does-not-exist.sky" as="hello" /> |
+<import src="../resources/dump-as-text.sky" /> |
<div id="result">FAIL - Script did not execute</div> |
<script> |
document.getElementById("result").textContent = |