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.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/LayoutTests/storage/indexeddb/constants.html b/LayoutTests/storage/indexeddb/constants.html
index 9cdf4c4..7909e24 100644
--- a/LayoutTests/storage/indexeddb/constants.html
+++ b/LayoutTests/storage/indexeddb/constants.html
@@ -16,12 +16,6 @@ if (window.layoutTestController)
function test()
{
- shouldBe("webkitIDBKeyRange.SINGLE", "0");
- shouldBe("webkitIDBKeyRange.LEFT_OPEN", "1");
- shouldBe("webkitIDBKeyRange.RIGHT_OPEN", "2");
- shouldBe("webkitIDBKeyRange.LEFT_BOUND", "4");
- shouldBe("webkitIDBKeyRange.RIGHT_BOUND", "8");
-
shouldBe("webkitIDBDatabaseException.UNKNOWN_ERR", "1");
shouldBe("webkitIDBDatabaseException.NON_TRANSIENT_ERR", "1");
shouldBe("webkitIDBDatabaseException.NOT_FOUND_ERR", "2");
@@ -44,8 +38,7 @@ function test()
shouldBe("webkitIDBTransaction.READ_WRITE", "0");
shouldBe("webkitIDBTransaction.READ_ONLY", "1");
- shouldBe("webkitIDBTransaction.SNAPSHOT_READ", "2");
- shouldBe("webkitIDBTransaction.VERSION_CHANGE", "3");
+ shouldBe("webkitIDBTransaction.VERSION_CHANGE", "2");
}
test();