Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: LayoutTests/storage/indexeddb/mozilla/test_index_getAllObjects.html

Issue 1312983006: Import Mozilla's IndexedDB getAll/getAllKeys tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comment update/whitespace Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698