Chromium Code Reviews| 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> |
|
cmumford
2015/08/25 20:22:30
getAllObjects()
jsbell
2015/08/25 20:45:06
No such function; it's testing getAll(), it's just
cmumford
2015/08/25 20:47:00
haha - I should know that huh?
|
| +<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> |