mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Move imports-can-load-404s.html to .sky so that it runs
This commit is contained in:
parent
373117fdb8
commit
4ccdb12605
@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<link rel="import" href="resources/does-not-exist.html" as="hello" />
|
||||
<link rel="import" href="../resources/dump-as-text.html" />
|
||||
<link rel="import" href="resources/does-not-exist.sky" as="hello" />
|
||||
<link rel="import" href="../resources/dump-as-text.sky" />
|
||||
<div id="result">FAIL - Script did not execute</div>
|
||||
<script>
|
||||
document.getElementById("result").textContent =
|
||||
Loading…
x
Reference in New Issue
Block a user