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

Unified Diff: third_party/WebKit/LayoutTests/storage/indexeddb/rename-index-abort-expected.txt

Issue 2314933005: Align IndexedDB metadata rollback on transaction abort to spec. (Closed)
Patch Set: Add failing tests. Created 4 years, 3 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: third_party/WebKit/LayoutTests/storage/indexeddb/rename-index-abort-expected.txt
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/rename-index-abort-expected.txt b/third_party/WebKit/LayoutTests/storage/indexeddb/rename-index-abort-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..af22466c971242a2d7432d1fea7a1733b5346922
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/rename-index-abort-expected.txt
@@ -0,0 +1,5 @@
+This is a testharness.js-based test.
+FAIL IndexedDB index rename in aborted transaction assert_equals: IDBIndex.name should not reflect the rename any more immediately after transaction.abort() returns expected "by_author" but got "renamed_by_author"
+FAIL IndexedDB index creation and rename in an aborted transaction assert_array_equals: IDBObjectStore.indexNames should not reflect the creation or the rename immediately after transaction.abort() returns lengths differ, expected 2 got 3
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698