mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
9 lines
235 B
Plaintext
9 lines
235 B
Plaintext
<html>
|
|
<link rel="import" href="../resources/dump-as-text.sky" />
|
|
<link rel="import" href="resources/pass.sky" as="hello" />
|
|
<div id="result">FAIL</div>
|
|
<script>
|
|
document.getElementById("result").textContent = hello;
|
|
</script>
|
|
</html>
|