blob: 02da07a24907e369a7ff217c434c08a6630303fc [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="object-src 'none'">
<script src="resources/dump-as-text.js"></script>
</head>
<body>
<p>
This tests that an object-src directive on a top-level page is not
inherited by a PluginDocument embedded in an iframe on the
page. This test passes if the plugin logs a message that it loaded.
</p>
<iframe src="data:application/x-blink-test-plugin,"></iframe>
</body>
</html>