summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/indexeddb/constants-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/indexeddb/constants-expected.txt')
-rw-r--r--LayoutTests/storage/indexeddb/constants-expected.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/LayoutTests/storage/indexeddb/constants-expected.txt b/LayoutTests/storage/indexeddb/constants-expected.txt
index ead0937..110a68d 100644
--- a/LayoutTests/storage/indexeddb/constants-expected.txt
+++ b/LayoutTests/storage/indexeddb/constants-expected.txt
@@ -4,16 +4,16 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS webkitIDBDatabaseException.UNKNOWN_ERR is 1
-PASS webkitIDBDatabaseException.NON_TRANSIENT_ERR is 1
-PASS webkitIDBDatabaseException.NOT_FOUND_ERR is 2
-PASS webkitIDBDatabaseException.CONSTRAINT_ERR is 3
-PASS webkitIDBDatabaseException.DATA_ERR is 4
-PASS webkitIDBDatabaseException.NOT_ALLOWED_ERR is 5
-PASS webkitIDBDatabaseException.SERIAL_ERR is 11
-PASS webkitIDBDatabaseException.RECOVERABLE_ERR is 21
-PASS webkitIDBDatabaseException.TRANSIENT_ERR is 31
-PASS webkitIDBDatabaseException.TIMEOUT_ERR is 32
-PASS webkitIDBDatabaseException.DEADLOCK_ERR is 33
+PASS webkitIDBDatabaseException.NON_TRANSIENT_ERR is 2
+PASS webkitIDBDatabaseException.NOT_FOUND_ERR is 3
+PASS webkitIDBDatabaseException.CONSTRAINT_ERR is 4
+PASS webkitIDBDatabaseException.DATA_ERR is 5
+PASS webkitIDBDatabaseException.NOT_ALLOWED_ERR is 6
+PASS webkitIDBDatabaseException.SERIAL_ERR is 7
+PASS webkitIDBDatabaseException.RECOVERABLE_ERR is 8
+PASS webkitIDBDatabaseException.TRANSIENT_ERR is 9
+PASS webkitIDBDatabaseException.TIMEOUT_ERR is 10
+PASS webkitIDBDatabaseException.DEADLOCK_ERR is 11
PASS webkitIDBRequest.LOADING is 1
PASS webkitIDBRequest.DONE is 2
PASS webkitIDBCursor.NEXT is 0