Home | History | Annotate | Download | only in encoding
      1 <html>
      2 <p>This tests that we no longer strip nulls from tags.  This matches Firefox behavior.</p>
      3 <div id="res">Test Passed</div>
      4 <br>
      5 <script>
      6     if (window.layoutTestController) {
      7         layoutTestController.dumpAsText();
      8     }
      9     var message = "Test Failed";
     10     var result = document.getElementById('res');
     11 </script>
     12 <script>
     13     result.innerHTML = message;
     14 </script>
     15 </html>