Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: LayoutTests/http/tests/cache/resources/random-cached.cgi

Issue 135583003: checkpoint Blink-side work to use Apache on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: new rollup patch Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/cache/resources/random-cached.cgi
diff --git a/LayoutTests/http/tests/cache/resources/random-cached.cgi b/LayoutTests/http/tests/cache/resources/random-cached.cgi
index eb49be73d2b95cc1ba7551007b8778e337da4fb4..bdc6379b8f4dec83f02aba66e3b96731b65e8649 100755
--- a/LayoutTests/http/tests/cache/resources/random-cached.cgi
+++ b/LayoutTests/http/tests/cache/resources/random-cached.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl -wT
print "Content-type: text/javascript\n";
print "Cache-control: max-age=60000\n";
« no previous file with comments | « LayoutTests/http/tests/cache/resources/random.cgi ('k') | LayoutTests/http/tests/cache/resources/random-cached-iframe.cgi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698