chromium/third_party/blink/web_tests/http/tests/misc/resources/slow-stylesheet.cgi

#!/usr/bin/perl -wT

print "Content-type: text/css\n\n";
sleep(0.5);
print "body { background-color: #FF0000 }\n";