Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
page-without-csp-iframe.html
blob: 84a23d5f090ab8179fce4e1a0ea65b397f01a5dd [
file
] [
log
] [
blame
]
<!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>