summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/page-without-csp-iframe.html
blob: 84a23d5f090ab8179fce4e1a0ea65b397f01a5dd (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<body>
<script nonce="a">
window.webkit.messageHandlers.testHandler.postMessage("Subframe: A");
</script>
<script nonce="b">
window.webkit.messageHandlers.testHandler.postMessage("Subframe: B");
</script>
</body>
</html>