Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 #!/usr/bin/perl -wT | |
| 2 use strict; | |
| 3 | |
| 4 print "Content-Type: application/x-blink-test-plugin\n\n"; | |
| 5 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
| |
| OLD | NEW |