diff options
Diffstat (limited to 'dom/bindings/test/file_bug775543.html')
-rw-r--r-- | dom/bindings/test/file_bug775543.html | 5 |
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 000000000..ee8c14c4d --- /dev/null +++ b/dom/bindings/test/file_bug775543.html @@ -0,0 +1,5 @@ +<body> +<script> +worker = new Worker("a"); +</script> +</body> |