summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/crashtests/1821066.html
blob: d654b37768cb6f2d73c4889fbd522e8e7e6f16ed (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE>
<html>
<head>
<meta charset="UTF-8">
<script>
new Worker("data:text/javascript;charset=UTF-8,import { o } from '404.js'", {type: 'module'});
</script>
</head>
</html>