blob: 96864c8b9a13a2efd52ccdd805096b12b2992d3b [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ contentSecurityPolicyExtensionMode=v3 ] -->
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="object-src 'self'">
<script src="../../../resources/dump-as-text.js"></script>
<p><br>Test that CSP for manifest V3 extensions allows self for the object-src directive.</p>
</head>
<body>
This test passes if there is no console message saying the plugin was blocked.
<object data="http://127.0.0.1:8000/plugins/resources/mock-plugin.pl"></object>
</body>
</html>