root/LayoutTests/http/tests/mime/resources/uppercase-mime-type.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header("Content-Type: TEXT/HTML");
?>
<html>
<script>
if (window.testRunner)
   testRunner.notifyDone();

</script>
<body>
If this text is shown, that means the new document was successfully loaded.
</body>
</html>

/* [<][>][^][v][top][bottom][index][help] */