blob: 0e102d5052a0a3162b005d8c27189edd21d81b90 [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
print "Content-Type: text/html\n";
print "Access-Control-Allow-Origin: *\n";
print "Cache-Control: no-store\n\n";
print "HTTP_ORIGIN: " . $ENV{"HTTP_ORIGIN"} . "\n";
print <<DONE
<script>
if (window.testRunner)
testRunner.notifyDone();
</script>
DONE