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