<html> | |
<import src="resources/does-not-exist.sky" as="hello" /> | |
<import src="../resources/dump-as-text.sky" /> | |
<div id="result">FAIL - Script did not execute</div> | |
<script> | |
document.getElementById("result").textContent = | |
hello === undefined ? "PASS" : "FAIL"; | |
</script> | |
</html> |