summaryrefslogtreecommitdiffstats
path: root/dom/jsurl/crashtests/341963-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/jsurl/crashtests/341963-1.html')
-rw-r--r--dom/jsurl/crashtests/341963-1.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/jsurl/crashtests/341963-1.html b/dom/jsurl/crashtests/341963-1.html
new file mode 100644
index 000000000..2cdb467d1
--- /dev/null
+++ b/dom/jsurl/crashtests/341963-1.html
@@ -0,0 +1,8 @@
+<script>
+
+location = "javascript:x.x.x";
+
+for(var i in {})
+ ;
+
+</script>