blob: 74cecafe8701c59e89030bab60ee5f639d21f36a [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script nonce="a">
window.webkit.messageHandlers.testHandler.postMessage("MainFrame: A");
</script>
<script nonce="b">
window.webkit.messageHandlers.testHandler.postMessage("MainFrame: B");
</script>
<iframe id="iframe" src="page-without-csp-iframe.html"></iframe>
</body>
</html>