Sign in
mojo
/
mojo-tools
/
25430fcd291f99e168bcb356b588157473f4686b
/
.
/
sky
/
tests
/
modules
/
basic.html
blob: b76fc0dfb5eee49d07bcfa1b25e0ac9f6965597d [
file
] [
log
] [
blame
]
<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>