chromium/third_party/blink/web_tests/http/tests/misc/resources/slow-nonexisting-script.php

<?php
sleep(intval($_GET['timeout']));
header("HTTP/1.1 404 Not Found");
header("Content-Type: text/javascript");
echo("testFailed('script should not run');");
?>