2 # Test that BOM can override whatever charset was set in Content-Type
3 # (this is not the behavior of Firefox, nor expected by any standard).
5 print "Content-type: text/html;charset=x-mac-hebrew\r\n";
10 print "<script>if (window.testRunner) testRunner.dumpAsText();</script>";