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

Unified Diff: LayoutTests/storage/indexeddb/microtasks-expected.txt

Issue 321433002: IndexedDB: Ensure transactions created in microtasks are deactivated (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/microtasks-expected.txt
diff --git a/LayoutTests/storage/indexeddb/microtasks-expected.txt b/LayoutTests/storage/indexeddb/microtasks-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..96e63874394e77095e2bc20f3b9416e50a439a4e
--- /dev/null
+++ b/LayoutTests/storage/indexeddb/microtasks-expected.txt
@@ -0,0 +1,6 @@
+This is a testharness.js-based test.
+PASS Transactions created in microtasks are deactivated when control returns to the event loop
+PASS Transactions created in microtasks remain active in subsequent microtasks
+PASS Within request event dispatch, transactions remain active across microtasks
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698