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

Unified Diff: LayoutTests/storage/indexeddb/mozilla/objectstorenames-expected.txt

Issue 966843002: Mark DOMStringList.contains() as deprecated, add console warning. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 3 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/objectstorenames-expected.txt
diff --git a/LayoutTests/storage/indexeddb/mozilla/objectstorenames-expected.txt b/LayoutTests/storage/indexeddb/mozilla/objectstorenames-expected.txt
index bb208963d30ba9c280ecd4d98a6e1b691060de88..e43f267911826e3ba736df923b415f5afa1bcebc 100644
--- a/LayoutTests/storage/indexeddb/mozilla/objectstorenames-expected.txt
+++ b/LayoutTests/storage/indexeddb/mozilla/objectstorenames-expected.txt
@@ -9,7 +9,7 @@ indexedDB.open(dbname)
objectStore = db.createObjectStore(objectStoreName, { keyPath: 'id', autoIncrement: true });
PASS 'objectStoreNames' in db is true
PASS db.objectStoreNames.length is 1
-PASS db.objectStoreNames.item(0) is objectStoreName
+PASS db.objectStoreNames[0] is objectStoreName
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698