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

Side by Side Diff: LayoutTests/storage/indexeddb/constants-expected.txt

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 unified diff | Download patch
OLDNEW
1 Test IndexedDB's constants. 1 Test IndexedDB's constants.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS webkitIDBDatabaseException.UNKNOWN_ERR is 1 6 PASS webkitIDBDatabaseException.UNKNOWN_ERR is 1
7 PASS webkitIDBDatabaseException.NON_TRANSIENT_ERR is 1 7 PASS webkitIDBDatabaseException.NON_TRANSIENT_ERR is 2
8 PASS webkitIDBDatabaseException.NOT_FOUND_ERR is 2 8 PASS webkitIDBDatabaseException.NOT_FOUND_ERR is 3
9 PASS webkitIDBDatabaseException.CONSTRAINT_ERR is 3 9 PASS webkitIDBDatabaseException.CONSTRAINT_ERR is 4
10 PASS webkitIDBDatabaseException.DATA_ERR is 4 10 PASS webkitIDBDatabaseException.DATA_ERR is 5
11 PASS webkitIDBDatabaseException.NOT_ALLOWED_ERR is 5 11 PASS webkitIDBDatabaseException.NOT_ALLOWED_ERR is 6
12 PASS webkitIDBDatabaseException.SERIAL_ERR is 11 12 PASS webkitIDBDatabaseException.SERIAL_ERR is 7
13 PASS webkitIDBDatabaseException.RECOVERABLE_ERR is 21 13 PASS webkitIDBDatabaseException.RECOVERABLE_ERR is 8
14 PASS webkitIDBDatabaseException.TRANSIENT_ERR is 31 14 PASS webkitIDBDatabaseException.TRANSIENT_ERR is 9
15 PASS webkitIDBDatabaseException.TIMEOUT_ERR is 32 15 PASS webkitIDBDatabaseException.TIMEOUT_ERR is 10
16 PASS webkitIDBDatabaseException.DEADLOCK_ERR is 33 16 PASS webkitIDBDatabaseException.DEADLOCK_ERR is 11
17 PASS webkitIDBRequest.LOADING is 1 17 PASS webkitIDBRequest.LOADING is 1
18 PASS webkitIDBRequest.DONE is 2 18 PASS webkitIDBRequest.DONE is 2
19 PASS webkitIDBCursor.NEXT is 0 19 PASS webkitIDBCursor.NEXT is 0
20 PASS webkitIDBCursor.NEXT_NO_DUPLICATE is 1 20 PASS webkitIDBCursor.NEXT_NO_DUPLICATE is 1
21 PASS webkitIDBCursor.PREV is 2 21 PASS webkitIDBCursor.PREV is 2
22 PASS webkitIDBCursor.PREV_NO_DUPLICATE is 3 22 PASS webkitIDBCursor.PREV_NO_DUPLICATE is 3
23 PASS webkitIDBTransaction.READ_WRITE is 0 23 PASS webkitIDBTransaction.READ_WRITE is 0
24 PASS webkitIDBTransaction.READ_ONLY is 1 24 PASS webkitIDBTransaction.READ_ONLY is 1
25 PASS webkitIDBTransaction.VERSION_CHANGE is 2 25 PASS webkitIDBTransaction.VERSION_CHANGE is 2
26 PASS successfullyParsed is true 26 PASS successfullyParsed is true
27 27
28 TEST COMPLETE 28 TEST COMPLETE
29 29
OLDNEW
« no previous file with comments | « LayoutTests/storage/indexeddb/constants.html ('k') | LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698