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

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

Issue 2408083002: Revert of Import wpt@357b83b809e3cbc7a1805e7c3ca108a7980d782f (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS TransactionInactiveError v.s. InvalidStateError(deleted index)
3 PASS InvalidStateError(deleted source) v.s. InvalidAccessError(incorrect source)
4 PASS InvalidStateError(deleted source) v.s. InvalidAccessError(incorrect directi on)
5 FAIL InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration co mplete) assert_throws: direction check should precede got_value_flag check funct ion "function () {
6 cursor.continuePrimaryKey("A", 4);
7 }" threw object "InvalidStateError: Failed to execute 'continuePrima ryKey' 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
8 FAIL InvalidAccessError(incorrect direction) v.s. InvalidStateError(iteration on going) assert_throws: direction check should precede iteration ongoing check fun ction "function () {
9 cursor.continuePrimaryKey("A", 4);
10 }" threw object "InvalidStateError: Failed to execute 'continueP rimaryKey' on 'IDBCursor': The cursor is being iterated or has iterated past its end." that is not a DOMException InvalidAccessError: property "code" is equal t o 11, expected 15
11 FAIL InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration ongoi ng) assert_throws: index source check should precede iteration ongoing check fun ction "function () {
12 cursor.continuePrimaryKey("A", 4);
13 }" threw object "InvalidStateError: Failed to execute 'continueP rimaryKey' on 'IDBCursor': The cursor is being iterated or has iterated past its end." that is not a DOMException InvalidAccessError: property "code" is equal t o 11, expected 15
14 FAIL InvalidAccessError(incorrect source) v.s. InvalidStateError(iteration compl ete) assert_throws: index source check should precede got_value_flag check funct ion "function () {
15 cursor.continuePrimaryKey("A", 4);
16 }" threw object "InvalidStateError: Failed to execute 'continuePrima ryKey' 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
17 PASS InvalidStateError(iteration ongoing) v.s. DataError(unset key)
18 PASS InvalidStateError(iteration complete) v.s. DataError(unset key)
19 PASS DataError(unset key)
20 PASS DataError(unset primary key)
21 PASS DataError(keys are lower then current one) in 'next' direction
22 PASS DataError(keys are larger then current one) in 'prev' direction
23 Harness: the test ran to completion.
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698