summaryrefslogtreecommitdiffstats
path: root/dom/bindings/test/file_bug775543.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/bindings/test/file_bug775543.html')
-rw-r--r--dom/bindings/test/file_bug775543.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/bindings/test/file_bug775543.html b/dom/bindings/test/file_bug775543.html
new file mode 100644
index 0000000000..856d14ab0e
--- /dev/null
+++ b/dom/bindings/test/file_bug775543.html
@@ -0,0 +1,5 @@
+<body>
+<script>
+var worker = new Worker("a");
+</script>
+</body>