Index: third_party/WebKit/LayoutTests/storage/indexeddb/resources/readonly.js |
diff --git a/third_party/WebKit/LayoutTests/storage/indexeddb/resources/readonly.js b/third_party/WebKit/LayoutTests/storage/indexeddb/resources/readonly.js |
index 195ccaa550088a29b8ae3c44b0dd66284ca3bdbb..c743c58ec198ec4a484d6d7cae9ff0160c75cfcc 100644 |
--- a/third_party/WebKit/LayoutTests/storage/indexeddb/resources/readonly.js |
+++ b/third_party/WebKit/LayoutTests/storage/indexeddb/resources/readonly.js |
@@ -30,7 +30,6 @@ function prepareDatabase() |
objectStore = evalAndLog("objectStore = db.createObjectStore('foo');"); |
- setReadonlyProperty("objectStore.name", "'bar'"); |
setReadonlyProperty("objectStore.keyPath", "'bar'"); |
/* fails, split into separate test |
setReadonlyProperty("objectStore.indexNames", "['bar']"); |
@@ -64,7 +63,6 @@ function checkCursor() |
} |
index = evalAndLog("index = objectStore.createIndex('first', 'first');"); |
- setReadonlyProperty("index.name", "'bar'"); |
setReadonlyProperty("index.objectStore", "this"); |
setReadonlyProperty("index.keyPath", "'bar'"); |
setReadonlyProperty("index.unique", "true"); |