summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/page-without-csp.html
blob: 74cecafe8701c59e89030bab60ee5f639d21f36a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>