blob: 875e37105c487b395c94319327cad1f8cfb5786c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFramesAsText();
}
</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 "FAIL!"
isn't logged.
<object type="application/x-invalid-type"
data="data:application/x-blink-test-plugin"
log="FAIL!"></object>
</body>
</html>