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