10 lines
303 B
Plaintext

<html>
<link rel="import" href="../resources/dump-as-text.sky" />
<link rel="import" href="/mojo/public/html/buffer.html" as="buffer" />
<div id="result">FAIL</div>
<script>
document.getElementById("result").textContent =
buffer.Buffer ? "PASS" : "FAIL: buffer.Buffer is missing";
</script>
</html>