root/LayoutTests/http/tests/xmlhttprequest/resources/empty-content-type.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header('Content-Type: ');
echo '<?'.'xml version="1.0" ?'.'>';
echo '<root/>';
?>

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