root/LayoutTests/http/tests/xmlhttprequest/resources/status-404-without-body.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
    header('http/1.1 404 Not Found');
    exit();
?>

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