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

Unified Diff: LayoutTests/storage/indexeddb/mozilla/resources/generator_test_adapter.js

Issue 1316203002: Import Mozilla's IDBObjectStore.openKeyCursor() test (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « LayoutTests/SlowTests ('k') | LayoutTests/storage/indexeddb/mozilla/resources/getAll_test_adapter.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/storage/indexeddb/mozilla/resources/generator_test_adapter.js
diff --git a/LayoutTests/storage/indexeddb/mozilla/resources/getAll_test_adapter.js b/LayoutTests/storage/indexeddb/mozilla/resources/generator_test_adapter.js
similarity index 94%
rename from LayoutTests/storage/indexeddb/mozilla/resources/getAll_test_adapter.js
rename to LayoutTests/storage/indexeddb/mozilla/resources/generator_test_adapter.js
index 285db615aefd7b7027061e3245ff100246f13b2e..d2e2602bf1243e695decf6f914cc981e9589a39c 100644
--- a/LayoutTests/storage/indexeddb/mozilla/resources/getAll_test_adapter.js
+++ b/LayoutTests/storage/indexeddb/mozilla/resources/generator_test_adapter.js
@@ -31,6 +31,9 @@ function grabEventAndContinueHandler(e) {
function executeSoon(f) {
setTimeout(f, 0);
}
+function continueToNextStepSync() {
+ testGenerator.next();
+}
function finishTest() {
finishJSTest();
}
« no previous file with comments | « LayoutTests/SlowTests ('k') | LayoutTests/storage/indexeddb/mozilla/resources/getAll_test_adapter.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698