chromium/third_party/blink/web_tests/http/tests/security/contentSecurityPolicy/resources/iframe-redirect-not-allowed.html

<!DOCTYPE html>
<html>
<head></head>
<script>
    window.parent.postMessage("loaded", "*");
</script>
</html>