The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: dom/indexedDB/crashtests/726376-1.html
dom/indexedDB/crashtests/726376-1.html
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:031a863f168b
1
<script>
2
3
var a = [];
4
a[0] = a;
5
indexedDB.cmp.bind(indexedDB)(a, a);
6
7
</script>