diff options
Diffstat (limited to '')
-rw-r--r-- | dom/indexedDB/crashtests/726376-1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/indexedDB/crashtests/726376-1.html b/dom/indexedDB/crashtests/726376-1.html new file mode 100644 index 0000000000..4187678fa8 --- /dev/null +++ b/dom/indexedDB/crashtests/726376-1.html @@ -0,0 +1,7 @@ +<script> + +var a = []; +a[0] = a; +indexedDB.cmp.bind(indexedDB)(a, a); + +</script> |