Index: LayoutTests/storage/indexeddb/readonly-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/readonly-expected.txt b/LayoutTests/storage/indexeddb/readonly-expected.txt |
index 9faff73daa0fa53a5f1174b2a2fedd101e730f21..ea83e2c8203bcfc1058836b6f806a3ce910929de 100644 |
--- a/LayoutTests/storage/indexeddb/readonly-expected.txt |
+++ b/LayoutTests/storage/indexeddb/readonly-expected.txt |
@@ -3,8 +3,6 @@ Test IndexedDB readonly properties |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB; |
- |
dbname = "readonly.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |