chromium/third_party/blink/web_tests/http/tests/security/isolatedWorld/bypass-main-world-csp-for-inline-style.html

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