Index: LayoutTests/storage/indexeddb/cursor-properties-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/cursor-properties-expected.txt b/LayoutTests/storage/indexeddb/cursor-properties-expected.txt |
index 736779844e0e74fbfbffdfe81db0a44f98c2227d..c1b456bb71d79f86b317a7182cc93c9ddf7b77f9 100644 |
--- a/LayoutTests/storage/indexeddb/cursor-properties-expected.txt |
+++ b/LayoutTests/storage/indexeddb/cursor-properties-expected.txt |
@@ -3,8 +3,6 @@ Test that IndexedDB's cursor key/primaryKey/value properties preserve mutations. |
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 = "cursor-properties.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname, 1) |