<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-eval'">
<script src="./resources/bypass-main-world-csp-for-inline-script.js"></script>
</head>
<body>
<p>
This tests the behavior of inline scripts in isolated worlds and its
interaction with the page and isolated world CSP.
</p>
</body>
</html>