chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/resources/404.pl

#!/usr/bin/perl

print "Status: 404 OK\r\n";
print "Content-Type: text/html\r\n";
print "\r\n";
print "<p>This will sniff as HTML and will be blocked by CORB</p>";