Index: third_party/WebKit/LayoutTests/storage/indexeddb/readonly-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/readonly-expected.txt b/third_party/WebKit/LayoutTests/storage/indexeddb/readonly-expected.txt |
index ea83e2c8203bcfc1058836b6f806a3ce910929de..564f9191109064b340f57289b310c96630e2a405 100644 |
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/readonly-expected.txt |
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/readonly-expected.txt |
@@ -15,9 +15,6 @@ transaction.db = this |
PASS transaction.db is still [object IDBDatabase] |
Deleted all object stores. |
objectStore = db.createObjectStore('foo'); |
-trying to set readonly property objectStore.name |
-objectStore.name = 'bar' |
-PASS objectStore.name is still foo |
trying to set readonly property objectStore.keyPath |
objectStore.keyPath = 'bar' |
PASS objectStore.keyPath is still null |
@@ -37,9 +34,6 @@ trying to set readonly property cursor.primaryKey |
cursor.primaryKey = Infinity |
PASS cursor.primaryKey is still first |
index = objectStore.createIndex('first', 'first'); |
-trying to set readonly property index.name |
-index.name = 'bar' |
-PASS index.name is still first |
trying to set readonly property index.objectStore |
index.objectStore = this |
PASS index.objectStore is still [object IDBObjectStore] |