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