chromium/third_party/blink/web_tests/external/wpt/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/iframe-failure.html

<script>
parent.postMessage(new SharedArrayBuffer(10), "*");
</script>