blob: 6054a0265bd29a50aa8cb2b5a0d8af43bc34b588 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
}
</script>
<script src="/plugins/resources/mock-plugin-logger.js"></script>
<meta http-equiv="Content-Security-Policy" content="plugin-types application/x-invalid-type">
</head>
<body>
This tests that plugin content that doesn't match the declared type doesn't
load, even if the document's CSP would allow it. This test passes if no
iframe is dumped (meaning that no PluginDocument was created).
<object type="application/x-invalid-type"
data="/plugins/resources/mock-plugin.pl"
log="FAIL!"></object>
</body>
</html>