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

Side by Side Diff: LayoutTests/http/tests/navigation/resources/submit-to-fragment.pl

Issue 155173003: checkpoint unix version of apache win32 patch. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: re-daemonize apache on unix 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 | Annotate | Revision Log
OLDNEW
1 #!/usr/bin/perl -w 1 #!/usr/bin/perl -wT
2 2
3 use strict; 3 use strict;
4 use CGI; 4 use CGI;
5 5
6 my $cgi = new CGI; 6 my $cgi = new CGI;
7 7
8 print "Content-Type: text/html\n"; 8 print "Content-Type: text/html\n";
9 print "\n"; 9 print "\n";
10 10
11 print <<"END"; 11 print <<"END";
(...skipping 18 matching lines...) Expand all
30 break; 30 break;
31 case 3: 31 case 3:
32 document.getElementById("result").innerText = "PASS"; 32 document.getElementById("result").innerText = "PASS";
33 if (window.testRunner) 33 if (window.testRunner)
34 testRunner.notifyDone(); 34 testRunner.notifyDone();
35 break; 35 break;
36 } 36 }
37 } 37 }
38 </script> 38 </script>
39 END 39 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698