| Index: third_party/WebKit/LayoutTests/http/tests/plugins/resources/dump-post.pl
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/plugins/resources/dump-post.pl b/third_party/WebKit/LayoutTests/http/tests/plugins/resources/dump-post.pl
|
| deleted file mode 100755
|
| index 823c6490f71bdcebd83f2796c5d7271ef03821ee..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/plugins/resources/dump-post.pl
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -#!/usr/bin/perl -wT
|
| -
|
| -use CGI;
|
| -
|
| -my $cgi = new CGI;
|
| -
|
| -# Just dump whatever was POSTed to us as text/plain.
|
| -
|
| -print $cgi->header('text/plain');
|
| -
|
| -# Different versions of the CGI module use different conventions for accessing
|
| -# the POST data. Because at least one of them will be empty, there is no harm
|
| -# in printing both.
|
| -print $cgi->param('POSTDATA');
|
| -print $cgi->param('keywords');
|
|
|