Index: LayoutTests/storage/indexeddb/constants.html |
=================================================================== |
--- LayoutTests/storage/indexeddb/constants.html (revision 73908) |
+++ LayoutTests/storage/indexeddb/constants.html (working copy) |
@@ -17,16 +17,16 @@ |
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"); |