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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/storage/indexeddb/events-expected.txt
diff --git a/LayoutTests/storage/indexeddb/events-expected.txt b/LayoutTests/storage/indexeddb/events-expected.txt
index 7a8ba3a5cad5ea1036b0f5998416c66d3fe13052..001a87c4ff83b395a49b6f8f8f72ebe0b09f9a9d 100644
--- a/LayoutTests/storage/indexeddb/events-expected.txt
+++ b/LayoutTests/storage/indexeddb/events-expected.txt
@@ -8,6 +8,7 @@ indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.
PASS 'IDBVersionChangeEvent' in self is true
PASS 'oldVersion' in document.createEvent('IDBVersionChangeEvent') is true
PASS 'newVersion' in document.createEvent('IDBVersionChangeEvent') is true
+PASS 'dataLoss' in document.createEvent('IDBVersionChangeEvent') is true
PASS successfullyParsed is true
TEST COMPLETE
« 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