blob: d6cc9cc0c3249d72e607dd1a4f7b312f75654911 [file] [log] [blame]
#!/usr/bin/perl -wT
use strict;
# Do not rename this file. The TestNetscapePlugin is hardcoded to look for this filename
# to trigger a JavaScript alert and call testRunner.notifyDone().
print "Content-Type: application/x-webkit-test-netscape\n\n";
print "This is a mock plugin. It alerts when loaded and calls testRunner.notifyDone()";