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

Unified Diff: LayoutTests/storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt

Issue 1317593005: Indexed DB: Remove vendor prefix removal from tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/mozilla/cursor-update-updates-indexes-expected.txt
diff --git a/LayoutTests/storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt b/LayoutTests/storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt
index d1fa4fb34dd64482f262e33619c4a02a68c09edf..58ce82fca1cb39e9f28cce9254d0800a554aed5b 100644
--- a/LayoutTests/storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt
+++ b/LayoutTests/storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt
@@ -17,8 +17,6 @@ objectStoreInfo = [
];
i = 0;
-indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
-
dbname = "cursor-update-updates-indexes.html"
indexedDB.deleteDatabase(dbname)
info = objectStoreInfo[i];
@@ -45,8 +43,6 @@ request = uniqueIndex.get(secondValue);
PASS value.data is event.target.result.data
i++;
db.close()
-indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
-
dbname = "cursor-update-updates-indexes.html"
indexedDB.deleteDatabase(dbname)
info = objectStoreInfo[i];
@@ -73,8 +69,6 @@ request = uniqueIndex.get(secondValue);
PASS value.data is event.target.result.data
i++;
db.close()
-indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
-
dbname = "cursor-update-updates-indexes.html"
indexedDB.deleteDatabase(dbname)
info = objectStoreInfo[i];
@@ -101,8 +95,6 @@ request = uniqueIndex.get(secondValue);
PASS value.data is event.target.result.data
i++;
db.close()
-indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
-
dbname = "cursor-update-updates-indexes.html"
indexedDB.deleteDatabase(dbname)
info = objectStoreInfo[i];

Powered by Google App Engine
This is Rietveld 408576698