Index: LayoutTests/storage/indexeddb/readonly-properties-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/readonly-properties-expected.txt b/LayoutTests/storage/indexeddb/readonly-properties-expected.txt |
index 78b906de41cfeeae7843543dd37d2c03f23ec7f9..5b7ff88265de7e444b6d3a664ee50b3bdde4de48 100644 |
--- a/LayoutTests/storage/indexeddb/readonly-properties-expected.txt |
+++ b/LayoutTests/storage/indexeddb/readonly-properties-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-properties.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |