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

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

Issue 17060008: Add dataLoss property to IDB's upgradeneeded event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add blink API stub for compatibility with and without chromium changes Created 7 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 Test IndexedDB's event interfaces. 1 Test IndexedDB's event interfaces.
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 indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self. msIndexedDB || self.OIndexedDB; 6 indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self. msIndexedDB || self.OIndexedDB;
7 7
8 PASS 'IDBVersionChangeEvent' in self is true 8 PASS 'IDBVersionChangeEvent' in self is true
9 PASS 'oldVersion' in document.createEvent('IDBVersionChangeEvent') is true 9 PASS 'oldVersion' in document.createEvent('IDBVersionChangeEvent') is true
10 PASS 'newVersion' in document.createEvent('IDBVersionChangeEvent') is true 10 PASS 'newVersion' in document.createEvent('IDBVersionChangeEvent') is true
11 PASS 'dataLoss' in document.createEvent('IDBVersionChangeEvent') is true
11 PASS successfullyParsed is true 12 PASS successfullyParsed is true
12 13
13 TEST COMPLETE 14 TEST COMPLETE
14 15
OLDNEW
« no previous file with comments | « LayoutTests/storage/indexeddb/data-corruption-expected.txt ('k') | LayoutTests/storage/indexeddb/resources/data-corruption.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698