blob: 19415ffae342a636f1a6eb46d389944b985804dc [file] [log] [blame]
<html>
<import src="resources/does-not-export.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>