Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /workers/bug1674278-crash.html - WPT Dashboard Interop Dashboard
<html class='test-wait'>
<script>
worker.postMessage('', []);
</script>
</html>