chromium/third_party/blink/web_tests/http/tests/security/isolatedWorld/isolated-world-eval-csp.html

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'self'">
<script src="resources/isolated-world-eval-csp.js"></script>
</head>
<body id="body">
    <p>
        This tests the handling of unsafe-eval CSP checks and its interaction
        with the isolated world CSP.
    </p>
</body>
</html>