Sign in
webkit
/
WebKit
/
c162694e7d683619825c77f9e578fb1a1458a04d
/
.
/
LayoutTests
/
http
/
tests
/
plugins
/
resources
/
mock-plugin.pl
blob: 8241c8cf1b481917e3992075455e5be692284099 [
file
] [
log
] [
blame
]
#!/usr/bin/perl -wT
use
strict
;
print
"Content-Type: application/x-webkit-test-netscape\n\n"
;
print
"This is a mock plugin. It does pretty much nothing."
;