Sign in
webkit
/
WebKit
/
576a979610e4022489e162a6cf99857a249b2267
/
.
/
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>