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

Unified Diff: LayoutTests/storage/indexeddb/resources/events.js

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/resources/events.js
diff --git a/LayoutTests/storage/indexeddb/resources/events.js b/LayoutTests/storage/indexeddb/resources/events.js
index a135e55cb27701eddb528856239621795d64959a..f1ac863f165870ddb5d18aa6de7eb9d0dab0569d 100644
--- a/LayoutTests/storage/indexeddb/resources/events.js
+++ b/LayoutTests/storage/indexeddb/resources/events.js
@@ -13,6 +13,7 @@ function test()
if ('document' in self) {
shouldBeTrue("'oldVersion' in document.createEvent('IDBVersionChangeEvent')");
shouldBeTrue("'newVersion' in document.createEvent('IDBVersionChangeEvent')");
+ shouldBeTrue("'dataLoss' in document.createEvent('IDBVersionChangeEvent')");
}
finishJSTest();
« no previous file with comments | « LayoutTests/storage/indexeddb/resources/data-corruption.js ('k') | Source/WebKit/chromium/src/WebIDBCallbacksImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698