blob: 159ad4fa7e85b3e86ca4798efed09384322a3dcb [file] [edit]
#!/usr/bin/perl -w
binmode STDOUT;
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";