Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / misc / resources / slow-stylesheet.cgi
1 #!/usr/bin/perl -wT
2
3 print "Content-type: text/css\n\n";
4 sleep(0.5);
5 print "body { background-color: #FF0000 }\n";