chromium/third_party/blink/web_tests/http/tests/security/resources/cross-frame-access-frameelement-from-iframe.html

<body>
<div id="console"></div>
<script src="cross-frame-access.js"></script>
<script>
    try {
        log(eval("window.frameElement"));
    } catch (e) {
        log("'window.frameElement' access threw: '" + e.toString() + "'.");
    }
</script>
</body>