gecko-dev/dom/indexedDB/crashtests/1507229-1.html

7 строки
205 B
HTML

<script>
window.indexedDB.open("bug1507229_1_hello").onsuccess = function(event) {
event.target.result.createMutableFile("");
window.indexedDB.deleteDatabase("bug1507229_1_hello");
}
</script>