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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbobjectstore_createIndex14-exception_order-expected.txt

Issue 2015623004: Import wpt@ed94c51f3dfaa5ff4c9c311add1a560408059c51 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/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.
+

Powered by Google App Engine
This is Rietveld 408576698