<!DOCTYPE html> | |
<html> | |
<head> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
<meta http-equiv="Content-Security-Policy" content="object-src 'none'"> | |
</head> | |
<body> | |
This test passes if there is a console message saying the plugin was blocked. The test must be run manually; ContentShell doesn't support applet in DumpRenderTree mode. :( | |
<applet code="TestThingie" archive="archive.jar" codebase="/plugins/codebase/"></applet> | |
</body> | |
</html> | |