| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..87dad7a4030cba965abc8c5d4067772115b383ea
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_createIndex14-exception_order-expected.txt
|
| @@ -0,0 +1,9 @@
|
| +This is a testharness.js-based test.
|
| +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
|
| +PASS SyntaxError vs. InvalidAccessError
|
| +Harness: the test ran to completion.
|
| +
|
|
|