summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/resources/iframe-failure.html
blob: 2c33dba79a2fb9e6a81fc9ee5805b378e826f725 (plain)
1
2
3
<script>
parent.postMessage(new SharedArrayBuffer(10), "*");
</script>