blob: 5444a066faa09836e4a3475373ff9bb3efe780a4 [file] [log] [blame]
#!/usr/bin/perl -w
print "Content-type: text/css\n";
print "Cache-control: no-store\n\n";
sleep(1);
print "#pass { display: inline }\n";
print "#fail { display: none }\n";