Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: LayoutTests/storage/indexeddb/constants.html

Issue 5722007: Merge 73605 - 2010-12-07 Jeremy Orlow <jorlow@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/597/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/storage/indexeddb/constants-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/storage/indexeddb/constants-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698