summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/wasm/serialization/module/resources/incrementer-iframe-failure.html
blob: 5212a9ec72d26828b498e2864480a5623f463074 (plain)
1
2
3
4
5
<title>A test page that is sent a WebAssembly Module cross-origin cannot receive it</title>

<script>
self.onmessageerror = () => parent.postMessage('messageerror received', "*");
</script>