| Index: LayoutTests/storage/indexeddb/mozilla/test_getAll.html
|
| diff --git a/LayoutTests/storage/indexeddb/mozilla/test_getAll.html b/LayoutTests/storage/indexeddb/mozilla/test_getAll.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..459742804ec33db351b3282211e335e320fdf24d
|
| --- /dev/null
|
| +++ b/LayoutTests/storage/indexeddb/mozilla/test_getAll.html
|
| @@ -0,0 +1,6 @@
|
| +<!DOCTYPE html>
|
| +<title>IDBObjectStore.getAll()</title>
|
| +<script src="../../../resources/js-test.js"></script>
|
| +<script>description(document.title);</script>
|
| +<script src="resources/test_getAll.js"></script>
|
| +<script src="resources/getAll_test_adapter.js"></script>
|
|
|