summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/indexeddb/constants.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/storage/indexeddb/constants.html')
-rw-r--r--LayoutTests/storage/indexeddb/constants.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/LayoutTests/storage/indexeddb/constants.html b/LayoutTests/storage/indexeddb/constants.html
index 7909e24..03af61b 100644
--- a/LayoutTests/storage/indexeddb/constants.html
+++ b/LayoutTests/storage/indexeddb/constants.html
@@ -17,16 +17,16 @@ if (window.layoutTestController)
function test()
{
shouldBe("webkitIDBDatabaseException.UNKNOWN_ERR", "1");
- shouldBe("webkitIDBDatabaseException.NON_TRANSIENT_ERR", "1");
- shouldBe("webkitIDBDatabaseException.NOT_FOUND_ERR", "2");
- shouldBe("webkitIDBDatabaseException.CONSTRAINT_ERR", "3");
- shouldBe("webkitIDBDatabaseException.DATA_ERR", "4");
- shouldBe("webkitIDBDatabaseException.NOT_ALLOWED_ERR", "5");
- shouldBe("webkitIDBDatabaseException.SERIAL_ERR", "11");
- shouldBe("webkitIDBDatabaseException.RECOVERABLE_ERR", "21");
- shouldBe("webkitIDBDatabaseException.TRANSIENT_ERR", "31");
- shouldBe("webkitIDBDatabaseException.TIMEOUT_ERR", "32");
- shouldBe("webkitIDBDatabaseException.DEADLOCK_ERR", "33");
+ shouldBe("webkitIDBDatabaseException.NON_TRANSIENT_ERR", "2");
+ shouldBe("webkitIDBDatabaseException.NOT_FOUND_ERR", "3");
+ shouldBe("webkitIDBDatabaseException.CONSTRAINT_ERR", "4");
+ shouldBe("webkitIDBDatabaseException.DATA_ERR", "5");
+ shouldBe("webkitIDBDatabaseException.NOT_ALLOWED_ERR", "6");
+ shouldBe("webkitIDBDatabaseException.SERIAL_ERR", "7");
+ shouldBe("webkitIDBDatabaseException.RECOVERABLE_ERR", "8");
+ shouldBe("webkitIDBDatabaseException.TRANSIENT_ERR", "9");
+ shouldBe("webkitIDBDatabaseException.TIMEOUT_ERR", "10");
+ shouldBe("webkitIDBDatabaseException.DEADLOCK_ERR", "11");
shouldBe("webkitIDBRequest.LOADING", "1");
shouldBe("webkitIDBRequest.DONE", "2");