chromium/third_party/blink/web_tests/external/wpt/content-security-policy/sandbox/sandbox-empty-subframe.sub.html

<!DOCTYPE html>
<html>

<head>
    <!-- Programmatically converted from a WebKit Reftest, please forgive resulting idiosyncracies.-->
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <script src='../support/logTest.sub.js?logs=["PASS2"]'></script>
    <script src="../support/alertAssert.sub.js?alerts=[]"></script>
</head>

<body>
    <script>
       window.onmessage = function(e) {
           log(e.data);
       }
    </script>

    <iframe src="support/sandboxed-data-iframe.sub.html?sandbox="
            onload="log('PASS2')"></iframe>
</body>

</html>