2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / encoding / decoder-allow-null-chars.html
blobe6ee249a20883a587c7f96f9ed1cab8e822c49f7
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();
9 var message = "Test Failed";
10 var result = document.getElementById('res');
11 </script>
12 <scr