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