Index: LayoutTests/storage/indexeddb/mozilla/test_objectStore_getAllKeys-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/mozilla/test_objectStore_getAllKeys-expected.txt b/LayoutTests/storage/indexeddb/mozilla/test_objectStore_getAllKeys-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..31bfd549661c7c734b09dc9ce5f19a1e1abb202c |
--- /dev/null |
+++ b/LayoutTests/storage/indexeddb/mozilla/test_objectStore_getAllKeys-expected.txt |
@@ -0,0 +1,32 @@ |
+IDBObjectStore.getAllKeys() |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+Creating database |
+Getting all keys |
+PASS Got an array result |
+PASS Got correct array length |
+PASS Got correct keys |
+Getting all keys with key range |
+PASS Got an array result |
+PASS Got correct array length |
+PASS Got correct keys |
+Getting all keys with unmatched key range |
+PASS Got an array result |
+PASS Got correct array length |
+Getting all keys with limit |
+PASS Got an array result |
+PASS Got correct array length |
+PASS Got correct keys |
+Getting all keys with key range and limit |
+PASS Got an array result |
+PASS Got correct array length |
+PASS Got correct keys |
+Getting all keys with unmatched key range and limit |
+PASS Got an array result |
+PASS Got correct array length |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |