Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/external/wpt/content-security-policy/support/mock-plugin.pl |
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/support/mock-plugin.pl b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/support/mock-plugin.pl |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..073decda31f11b7632be5f1872ff4bf50a29c515 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/external/wpt/content-security-policy/support/mock-plugin.pl |
| @@ -0,0 +1,5 @@ |
| +#!/usr/bin/perl -wT |
| +use strict; |
| + |
| +print "Content-Type: application/x-blink-test-plugin\n\n"; |
| +print "This is a mock plugin. It does pretty much nothing."; |
|
Mike West
2017/04/07 16:01:00
This server doesn't run perl. You'll need to conve
andypaicu
2017/04/10 08:17:48
Done
|