Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
files
/
resources
/
blob-stream-iframe.html
blob: 553a5cc524afdd7590b9d3e4d40c10bc0b3cbc9b [
file
] [
edit
]
<script>
parent
.
postMessage
(
new
Blob
([
7
]),
"*"
);
</script>