1<body> 2<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=18681">bug 18681</a>: 3BOM characters should not be removed from input stream.<p> 4<div id=BOMs></div> 5<script> 6if (window.layoutTestController) 7 layoutTestController.dumpAsText(); 8 9document.write(document.getElementById("BOMs").innerHTML.length == 1 ? "PASS" : "FAIL"); 10</script> 11</body> 12