Index: LayoutTests/storage/indexeddb/create-object-store-options-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/create-object-store-options-expected.txt b/LayoutTests/storage/indexeddb/create-object-store-options-expected.txt |
index 570f1a9772c0d2406960c3b421c16a4c0395c911..63f4d0b89ab2f8bd51c486fa87575f407c97e00b 100644 |
--- a/LayoutTests/storage/indexeddb/create-object-store-options-expected.txt |
+++ b/LayoutTests/storage/indexeddb/create-object-store-options-expected.txt |
@@ -3,8 +3,6 @@ Test IndexedDB's createObjectStore's various options |
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 = "create-object-store-options.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |