diff options
Diffstat (limited to 'dom/workers/test/crashtests/1153636.html')
-rw-r--r-- | dom/workers/test/crashtests/1153636.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/workers/test/crashtests/1153636.html b/dom/workers/test/crashtests/1153636.html new file mode 100644 index 0000000000..6ad0d550fd --- /dev/null +++ b/dom/workers/test/crashtests/1153636.html @@ -0,0 +1,5 @@ +<script> + +new Worker("data:text/javascript;charset=UTF-8,self.addEventListener('',function(){},false);"); + +</script> |