haikuwebkit/LayoutTests/fast/encoding/bom-in-content-utf16.html

12 lines
680 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<body>
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=18681">bug 18681</a>:
BOM characters should not be removed from input stream.<p>
<div id=BOMs></div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.write(document.getElementById("BOMs").innerHTML.length == 1 ? "PASS" : "FAIL");
</script>
</body>