Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/safari-613.1.5-branch
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
page-without-csp-iframe.html
blob: 84a23d5f090ab8179fce4e1a0ea65b397f01a5dd [
file
] [
log
] [
blame
] [
edit
]
<!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>