summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/crashtests/1507229-1.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dom/indexedDB/crashtests/1507229-1.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/indexedDB/crashtests/1507229-1.html b/dom/indexedDB/crashtests/1507229-1.html
new file mode 100644
index 0000000000..b190bee6ad
--- /dev/null
+++ b/dom/indexedDB/crashtests/1507229-1.html
@@ -0,0 +1,6 @@
+<script>
+ window.indexedDB.open("bug1507229_1_hello").onsuccess = function(event) {
+ event.target.result.createMutableFile("");
+ window.indexedDB.deleteDatabase("bug1507229_1_hello");
+ }
+</script>