summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/mozilla/tests/workers/bug1674278-crash.html
blob: 2b037e5b37b1ce0fe9c0b6e9d597be3d0a61b318 (plain)
1
2
3
4
5
6
<html class='test-wait'>
<script>
var worker = new Worker('bug1674278.js');
worker.postMessage('', []);
</script>
</html>