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

Side by Side Diff: LayoutTests/http/tests/incremental/split-hex-entities.pl

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 unified diff | Download patch
OLDNEW
1 #!/usr/bin/perl -w 1 #!/usr/bin/perl -wT
2 2
3 # flush the buffers after each print 3 # flush the buffers after each print
4 select (STDOUT); 4 select (STDOUT);
5 $| = 1; 5 $| = 1;
6 6
7 print "Content-Type: text/html\n"; 7 print "Content-Type: text/html\n";
8 print "Expires: Thu, 01 Dec 2003 16:00:00 GMT\n"; 8 print "Expires: Thu, 01 Dec 2003 16:00:00 GMT\n";
9 print "Cache-Control: no-store, no-cache, must-revalidate\n"; 9 print "Cache-Control: no-store, no-cache, must-revalidate\n";
10 print "Pragma: no-cache\n"; 10 print "Pragma: no-cache\n";
11 print "\n"; 11 print "\n";
(...skipping 10 matching lines...) Expand all
22 print "         &#x002 0;       "; 22 print "         &#x002 0;       ";
23 print "        &#x00 20;       "; 23 print "        &#x00 20;       ";
24 print "         &#x0 020;       "; 24 print "         &#x0 020;       ";
25 print "        &#x00 20;       "; 25 print "        &#x00 20;       ";
26 print "        &#x002 0;       "; 26 print "        &#x002 0;       ";
27 print "        &#x002 0;      "; 27 print "        &#x002 0;      ";
28 print "        &#x0020 ;        "; 28 print "        &#x0020 ;        ";
29 print "          &#x00 20;       "; 29 print "          &#x00 20;       ";
30 } 30 }
31 print "</body>\n"; 31 print "</body>\n";
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/incremental/slow-utf8-text.pl ('k') | LayoutTests/http/tests/loading/resources/404-with-empty-body.cgi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698