Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / web-apps / 001-test.cgi
blob074959f23da99ee8f2be226b35403c775fe759c9
1 #!/usr/bin/perl -wT
2 use strict;
4 if ($ENV{'HTTP_X_TEST_HEADER'} eq 'Test') {
5 print "Content-Type: text/plain\nCache-Control: no-store\n\nPASS";
6 } else {
7 print "Content-Type: text/plain\nCache-Control: no-store\n\nFAIL";