chromium/third_party/blink/web_tests/http/tests/mime/resources/style-with-empty-content-type.cgi

#!/usr/bin/perl -wT
use strict;

print "Content-Type: \n\n";
print "html { background-color: green; }\n";