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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-continuePrimaryKey-exception-order-expected.txt

Issue 2408493002: Import wpt@357b83b809e3cbc7a1805e7c3ca108a7980d782f (Closed)
Patch Set: Added one more win7-specific baseline Created 4 years, 2 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/idbcursor-continuePrimaryKey-exception-order-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-continuePrimaryKey-exception-order-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-continuePrimaryKey-exception-order-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1c4601bd7927043e7b60026db09d42ca4e5839d0
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/idbcursor-continuePrimaryKey-exception-order-expected.txt
@@ -0,0 +1,24 @@
+This is a testharness.js-based test.
+PASS TransactionInactiveError v.s. InvalidStateError(deleted index)
+PASS InvalidStateError(deleted source) v.s. InvalidAccessError(incorrect source)
+PASS InvalidStateError(deleted source) v.s. InvalidAccessError(incorrect direction)
+FAIL InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration complete) assert_throws: direction check should precede got_value_flag check function "function () {
+ cursor.continuePrimaryKey("A", 4);
+ }" threw object "InvalidStateError: Failed to execute 'continuePrimaryKey' on 'IDBCursor': The cursor is being iterated or has iterated past its end." that is not a DOMException InvalidAccessError: property "code" is equal to 11, expected 15
+FAIL InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration ongoing) assert_throws: direction check should precede iteration ongoing check function "function () {
+ cursor.continuePrimaryKey("A", 4);
+ }" threw object "InvalidStateError: Failed to execute 'continuePrimaryKey' on 'IDBCursor': The cursor is being iterated or has iterated past its end." that is not a DOMException InvalidAccessError: property "code" is equal to 11, expected 15
+FAIL InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration ongoing) assert_throws: index source check should precede iteration ongoing check function "function () {
+ cursor.continuePrimaryKey("A", 4);
+ }" threw object "InvalidStateError: Failed to execute 'continuePrimaryKey' on 'IDBCursor': The cursor is being iterated or has iterated past its end." that is not a DOMException InvalidAccessError: property "code" is equal to 11, expected 15
+FAIL InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration complete) assert_throws: index source check should precede got_value_flag check function "function () {
+ cursor.continuePrimaryKey("A", 4);
+ }" threw object "InvalidStateError: Failed to execute 'continuePrimaryKey' on 'IDBCursor': The cursor is being iterated or has iterated past its end." that is not a DOMException InvalidAccessError: property "code" is equal to 11, expected 15
+PASS InvalidStateError(iteration ongoing) v.s. DataError(unset key)
+PASS InvalidStateError(iteration complete) v.s. DataError(unset key)
+PASS DataError(unset key)
+PASS DataError(unset primary key)
+PASS DataError(keys are lower then current one) in 'next' direction
+PASS DataError(keys are larger then current one) in 'prev' direction
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698