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 |