Move imports-can-load-404s.html to .sky so that it runs
This commit is contained in:
parent
f0e6387fb6
commit
226c7bd269
@ -1,6 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<link rel="import" href="resources/does-not-exist.html" as="hello" />
|
<link rel="import" href="resources/does-not-exist.sky" as="hello" />
|
||||||
<link rel="import" href="../resources/dump-as-text.html" />
|
<link rel="import" href="../resources/dump-as-text.sky" />
|
||||||
<div id="result">FAIL - Script did not execute</div>
|
<div id="result">FAIL - Script did not execute</div>
|
||||||
<script>
|
<script>
|
||||||
document.getElementById("result").textContent =
|
document.getElementById("result").textContent =
|
Loading…
x
Reference in New Issue
Block a user