<!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> |