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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/interactive-state.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 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\n"; 7 print "Content-Type: text/html\n\n";
8 8
9 for ($count=1; $count<3000; $count++) { 9 for ($count=1; $count<3000; $count++) {
10 print "&#x0020;&#x0020; &#x0020;&#x0020;&#x0020;&#x0020;&#x20;&#x0020;&#x002 0;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; "; 10 print "&#x0020;&#x0020; &#x0020;&#x0020;&#x0020;&#x0020;&#x20;&#x0020;&#x002 0;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; ";
11 print "&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x00 20;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; "; 11 print "&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x00 20;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; ";
12 print "&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; &#x0020;&#x0 020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; "; 12 print "&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; &#x0020;&#x0 020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; ";
13 print "&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x00 20;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; "; 13 print "&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x00 20;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; ";
14 print "&#x0020;&#x0020;&#x0020;&#x0020;&#x020;&#x0020;&#x0020;&#x0020;&#x002 0;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; "; 14 print "&#x0020;&#x0020;&#x0020;&#x0020;&#x020;&#x0020;&#x0020;&#x0020;&#x002 0;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; ";
15 print "&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x020;&#x002 0;&#x0020;&#x0020;&#x020;&#x0020;&#x0020;&#x0020;"; 15 print "&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x020;&#x002 0;&#x0020;&#x0020;&#x020;&#x0020;&#x0020;&#x0020;";
16 print "&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x20;&#x0020;&#x0020 ;&#x0020; &#x0020;&#x0020;&#x0020;&#x0020;&#x0020; "; 16 print "&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x20;&#x0020;&#x0020 ;&#x0020; &#x0020;&#x0020;&#x0020;&#x0020;&#x0020; ";
17 print "&#x0020;&#x0020;&#x0020; &#x20; &#x0020;&#x0020;&#x0020;&#x0020;&#x00 20;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; "; 17 print "&#x0020;&#x0020;&#x0020; &#x20; &#x0020;&#x0020;&#x0020;&#x0020;&#x00 20;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020;&#x0020; ";
18 } 18 }
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/hello-world.cgi ('k') | LayoutTests/http/tests/xmlhttprequest/methods.cgi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698