root/LayoutTests/http/tests/inspector/network/resources/404.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
    header("HTTP/1.0 404 Not Found");
    echo("404 - resource was not found.");
?>

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