chromium/third_party/blink/web_tests/http/tests/fetch/resources/fetch-status.php

<?php
header ("HTTP/1.1 " . $_GET["status"]);
?>