summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/http/tests/misc/BOM-override-script.html
blob: 8ba074c96df3b5ffd526f21243eb7bc9e67ac965 (plain)
1
2
3
4
5
6
7
8
9
10
<script>
  if (window.testRunner)
    testRunner.dumpAsText();
</script>
<p>Test that BOM can override whatever charset was set in Content-Type
(this is not the behavior of Firefox, nor expected by any standard).</p>
<p>Should say SUCCESS twice</p>

<script src="resources/BOM-override-2.pl"></script>
<script src="resources/BOM-override-3.pl"></script>