Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / BOM-override-script.html
blob8ba074c96df3b5ffd526f21243eb7bc9e67ac965
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <p>Test that BOM can override whatever charset was set in Content-Type
6 (this is not the behavior of Firefox, nor expected by any standard).</p>
7 <p>Should say SUCCESS twice</p>
9 <script src="resources/BOM-override-2.pl"></script>
10 <script src="resources/BOM-override-3.pl"></script>