Index: third_party/WebKit/LayoutTests/storage/indexeddb/rename-index-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/rename-index-expected.txt b/third_party/WebKit/LayoutTests/storage/indexeddb/rename-index-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2d2cfa08cec514b8539dfb938f6ec2df6d4bfafc |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/rename-index-expected.txt |
@@ -0,0 +1,22 @@ |
+CONSOLE ERROR: line 101: Uncaught (in promise) TypeError: Cannot read property 'author' of undefined |
+CONSOLE ERROR: line 2445: Uncaught Error: assert_equals: IDBIndex.name should not reflect the rename anymore immediately after transaction.abort() returns expected "by_author" but got "renamed_by_author" |
+This is a testharness.js-based test. |
+Harness Error. harness_status.status = 1 , harness_status.message = Uncaught Error: assert_equals: IDBIndex.name should not reflect the rename anymore immediately after transaction.abort() returns expected "by_author" but got "renamed_by_author" |
+PASS IndexedDB index rename in new transaction |
+PASS IndexedDB index rename in the transaction where it is created |
+PASS IndexedDB deleted index rename throws |
+PASS IndexedDB index rename throws in a readonly transaction |
+PASS IndexedDB index rename throws in a readwrite transaction |
+PASS IndexedDB index rename throws in an inactive transaction |
+PASS IndexedDB index rename to the same name succeeds |
+PASS IndexedDB index rename to the name of another index throws |
+PASS IndexedDB index rename to the name of a deleted index succeeds |
+PASS IndexedDB index swapping via renames succeeds |
+PASS IndexedDB object store rename stringifies non-string names |
+PASS IndexedDB object store rename handles exceptions when stringifying names |
+PASS IndexedDB object store can be renamed to "" |
+PASS IndexedDB object store can be renamed to "\u0000" |
+PASS IndexedDB object store can be renamed to "\uDC00\uD800" |
+FAIL IndexedDB object store rename in aborted transaction assert_equals: IDBIndex.name should not reflect the rename anymore after the versionchange transaction is aborted expected "by_author" but got "renamed_by_author" |
+Harness: the test ran to completion. |
+ |