mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
9 lines
237 B
HTML
9 lines
237 B
HTML
|
|
<html>
|
||
|
|
<link rel="import" href="../resources/dump-as-text.html" />
|
||
|
|
<link rel="import" href="resources/pass.html" as="hello" />
|
||
|
|
<div id="result">FAIL</div>
|
||
|
|
<script>
|
||
|
|
document.getElementById("result").textContent = hello;
|
||
|
|
</script>
|
||
|
|
</html>
|