diff options
Diffstat (limited to '')
-rw-r--r-- | js/xpconnect/crashtests/382133-1.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/382133-1.html b/js/xpconnect/crashtests/382133-1.html new file mode 100644 index 0000000000..511ec96bc2 --- /dev/null +++ b/js/xpconnect/crashtests/382133-1.html @@ -0,0 +1,3 @@ +<script> +(function(){}).apply.ee = <foo/>; +</script> |