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

Side by Side Diff: LayoutTests/storage/indexeddb/dont-commit-on-blocked-expected.txt

Issue 966843002: Mark DOMStringList.contains() as deprecated, add console warning. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add more detailed use counters Created 5 years, 6 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 WARNING: 'DOMStringList.contains()' is deprecated, and will be removed.
1 Regression test for WK82678 - don't commit after a blocked event 2 Regression test for WK82678 - don't commit after a blocked event
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self. msIndexedDB || self.OIndexedDB; 7 indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self. msIndexedDB || self.OIndexedDB;
7 8
8 dbname = "dont-commit-on-blocked.html" 9 dbname = "dont-commit-on-blocked.html"
9 indexedDB.deleteDatabase(dbname) 10 indexedDB.deleteDatabase(dbname)
10 indexedDB.open(dbname) 11 indexedDB.open(dbname)
(...skipping 27 matching lines...) Expand all
38 [Worker] 39 [Worker]
39 [Worker] onTransactionComplete 40 [Worker] onTransactionComplete
40 PASS [Worker] state is "success" 41 PASS [Worker] state is "success"
41 PASS [Worker] Number(db.version) is 2 42 PASS [Worker] Number(db.version) is 2
42 PASS [Worker] db.objectStoreNames.contains('store1') is true 43 PASS [Worker] db.objectStoreNames.contains('store1') is true
43 PASS [Worker] db.objectStoreNames.contains('store2') is true 44 PASS [Worker] db.objectStoreNames.contains('store2') is true
44 PASS successfullyParsed is true 45 PASS successfullyParsed is true
45 46
46 TEST COMPLETE 47 TEST COMPLETE
47 48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698