diff options
Diffstat (limited to 'LayoutTests/storage/indexeddb/constants.html')
-rw-r--r-- | LayoutTests/storage/indexeddb/constants.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutTests/storage/indexeddb/constants.html b/LayoutTests/storage/indexeddb/constants.html index 813fe7a..9cdf4c4 100644 --- a/LayoutTests/storage/indexeddb/constants.html +++ b/LayoutTests/storage/indexeddb/constants.html @@ -22,7 +22,7 @@ function test() shouldBe("webkitIDBKeyRange.LEFT_BOUND", "4"); shouldBe("webkitIDBKeyRange.RIGHT_BOUND", "8"); - shouldBe("webkitIDBDatabaseException.UNKNOWN_ERR", "0"); + shouldBe("webkitIDBDatabaseException.UNKNOWN_ERR", "1"); shouldBe("webkitIDBDatabaseException.NON_TRANSIENT_ERR", "1"); shouldBe("webkitIDBDatabaseException.NOT_FOUND_ERR", "2"); shouldBe("webkitIDBDatabaseException.CONSTRAINT_ERR", "3"); |