chromium/third_party/blink/web_tests/external/wpt/wasm/serialization/module/resources/incrementer-iframe-failure.html

<title>A test page that is sent a WebAssembly Module cross-origin cannot receive it</title>

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