Sign in
◑
Theme
mojo
/
mojo-tools
/
0aa4fd22985618a6106f3d966b764381d5d8a9cd
/
.
/
sky
/
tests
/
modules
/
imports-can-import.html
blob: 7983f78e0ded59fd226172308049dcc28f937f3f [
file
]
<html>
<link
rel
=
"import"
href
=
"resources/intermediate.html"
as
=
"chocolate"
/>
<div
id
=
"result"
>
FAIL
</div>
<script>
document
.
getElementById
(
"result"
).
textContent
=
JSON
.
stringify
(
chocolate
);
</script>
</html>