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