summaryrefslogtreecommitdiffstats
path: root/LayoutTests/storage/indexeddb/constants.html
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-10-22 13:02:20 +0100
committerBen Murdoch <benm@google.com>2010-10-26 15:21:41 +0100
commita94275402997c11dd2e778633dacf4b7e630a35d (patch)
treee66f56c67e3b01f22c9c23cd932271ee9ac558ed /LayoutTests/storage/indexeddb/constants.html
parent09e26c78506587b3f5d930d7bc72a23287ffbec0 (diff)
downloadexternal_webkit-a94275402997c11dd2e778633dacf4b7e630a35d.zip
external_webkit-a94275402997c11dd2e778633dacf4b7e630a35d.tar.gz
external_webkit-a94275402997c11dd2e778633dacf4b7e630a35d.tar.bz2
Merge WebKit at r70209: Initial merge by Git
Change-Id: Id23a68efa36e9d1126bcce0b137872db00892c8e
Diffstat (limited to 'LayoutTests/storage/indexeddb/constants.html')
-rw-r--r--LayoutTests/storage/indexeddb/constants.html60
1 files changed, 30 insertions, 30 deletions
diff --git a/LayoutTests/storage/indexeddb/constants.html b/LayoutTests/storage/indexeddb/constants.html
index dd24917..813fe7a 100644
--- a/LayoutTests/storage/indexeddb/constants.html
+++ b/LayoutTests/storage/indexeddb/constants.html
@@ -16,36 +16,36 @@ if (window.layoutTestController)
function test()
{
- shouldBe("IDBKeyRange.SINGLE", "0");
- shouldBe("IDBKeyRange.LEFT_OPEN", "1");
- shouldBe("IDBKeyRange.RIGHT_OPEN", "2");
- shouldBe("IDBKeyRange.LEFT_BOUND", "4");
- shouldBe("IDBKeyRange.RIGHT_BOUND", "8");
-
- shouldBe("IDBDatabaseException.UNKNOWN_ERR", "0");
- shouldBe("IDBDatabaseException.NON_TRANSIENT_ERR", "1");
- shouldBe("IDBDatabaseException.NOT_FOUND_ERR", "2");
- shouldBe("IDBDatabaseException.CONSTRAINT_ERR", "3");
- shouldBe("IDBDatabaseException.DATA_ERR", "4");
- shouldBe("IDBDatabaseException.NOT_ALLOWED_ERR", "5");
- shouldBe("IDBDatabaseException.SERIAL_ERR", "11");
- shouldBe("IDBDatabaseException.RECOVERABLE_ERR", "21");
- shouldBe("IDBDatabaseException.TRANSIENT_ERR", "31");
- shouldBe("IDBDatabaseException.TIMEOUT_ERR", "32");
- shouldBe("IDBDatabaseException.DEADLOCK_ERR", "33");
-
- shouldBe("IDBRequest.LOADING", "1");
- shouldBe("IDBRequest.DONE", "2");
-
- shouldBe("IDBCursor.NEXT", "0");
- shouldBe("IDBCursor.NEXT_NO_DUPLICATE", "1");
- shouldBe("IDBCursor.PREV", "2");
- shouldBe("IDBCursor.PREV_NO_DUPLICATE", "3");
-
- shouldBe("IDBTransaction.READ_WRITE", "0");
- shouldBe("IDBTransaction.READ_ONLY", "1");
- shouldBe("IDBTransaction.SNAPSHOT_READ", "2");
- shouldBe("IDBTransaction.VERSION_CHANGE", "3");
+ 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", "0");
+ 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("webkitIDBRequest.LOADING", "1");
+ shouldBe("webkitIDBRequest.DONE", "2");
+
+ shouldBe("webkitIDBCursor.NEXT", "0");
+ shouldBe("webkitIDBCursor.NEXT_NO_DUPLICATE", "1");
+ shouldBe("webkitIDBCursor.PREV", "2");
+ shouldBe("webkitIDBCursor.PREV_NO_DUPLICATE", "3");
+
+ shouldBe("webkitIDBTransaction.READ_WRITE", "0");
+ shouldBe("webkitIDBTransaction.READ_ONLY", "1");
+ shouldBe("webkitIDBTransaction.SNAPSHOT_READ", "2");
+ shouldBe("webkitIDBTransaction.VERSION_CHANGE", "3");
}
test();