Sign in
webkit
/
WebKit
/
2a0aecef68e2ca0674a52b051412def7e6b01404
/
.
/
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."
;