1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-07-09 00:13:41 +01:00
servo/components/script/dom/bindings/codegen/test/file_bug775543.html
2014-09-08 20:21:42 -06:00

5 lines
60 B
HTML

<body>
<script>
worker = new Worker("a");
</script>
</body>