Index: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_createIndex14-exception_order-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_createIndex14-exception_order-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_createIndex14-exception_order-expected.txt |
index 87dad7a4030cba965abc8c5d4067772115b383ea..c5c69a6a195fe6931aa5aad32d8ab269c3e1b8a9 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_createIndex14-exception_order-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_createIndex14-exception_order-expected.txt |
@@ -3,7 +3,8 @@ PASS InvalidStateError(Incorrect mode) vs. TransactionInactiveError |
PASS InvalidStateError(Deleted ObjectStore) vs. TransactionInactiveError |
PASS TransactionInactiveError vs. ConstraintError |
FAIL ConstraintError vs. SyntaxError assert_throws: Index name check should precede syntax check of the key path function "function () { |
- store.createIndex("index", "inv..." threw object "SyntaxError: Failed to execute 'createIndex' on 'IDBObjec..." that is not a DOMException ConstraintError: property "code" is equal to 12, expected 0 |
+ store.createIndex("index", "invalid key path"); |
+ }" threw object "SyntaxError: Failed to execute 'createIndex' on 'IDBObjectStore': The keyPath argument contains an invalid key path." that is not a DOMException ConstraintError: property "code" is equal to 12, expected 0 |
PASS SyntaxError vs. InvalidAccessError |
Harness: the test ran to completion. |