blob: 3be772aff5877ff95e56993f8793e065bc97cf9f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<script src="/js-test-resources/plugin.js"></script>
<script>startAfterLoadAndFinish();</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.
<object type="application/x-blink-test-plugin"></object>
</body>
</html>