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

Side by Side Diff: LayoutTests/storage/indexeddb/version-change-abort-expected.txt

Issue 966843002: Mark DOMStringList.contains() as deprecated, add console warning. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 3 months 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE ERROR: line 52: Uncaught Error: This should *NOT* be caught! 1 CONSOLE ERROR: line 52: Uncaught Error: This should *NOT* be caught!
2 CONSOLE WARNING: 'DOMStringList.contains()' is deprecated, and will be removed.
2 Ensure that aborted VERSION_CHANGE transactions are completely rolled back 3 Ensure that aborted VERSION_CHANGE transactions are completely rolled back
3 4
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 6
6 7
7 dbname = "version-change-abort.html" 8 dbname = "version-change-abort.html"
8 indexedDB.deleteDatabase(dbname) 9 indexedDB.deleteDatabase(dbname)
9 indexedDB.open(dbname) 10 indexedDB.open(dbname)
10 PASS trans instanceof IDBTransaction is true 11 PASS trans instanceof IDBTransaction is true
11 store = db.createObjectStore('store1') 12 store = db.createObjectStore('store1')
(...skipping 10 matching lines...) Expand all
22 23
23 setVersion2Abort() callback 24 setVersion2Abort() callback
24 request = indexedDB.open(dbname) 25 request = indexedDB.open(dbname)
25 PASS db.version is 1 26 PASS db.version is 1
26 PASS db.objectStoreNames.contains('store1') is true 27 PASS db.objectStoreNames.contains('store1') is true
27 PASS db.objectStoreNames.contains('store2') is false 28 PASS db.objectStoreNames.contains('store2') is false
28 PASS successfullyParsed is true 29 PASS successfullyParsed is true
29 30
30 TEST COMPLETE 31 TEST COMPLETE
31 32
OLDNEW
« no previous file with comments | « LayoutTests/storage/indexeddb/transaction-basics-expected.txt ('k') | Source/core/dom/DOMStringList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698