Index: LayoutTests/storage/indexeddb/mozilla/cursor-mutation-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/mozilla/cursor-mutation-expected.txt b/LayoutTests/storage/indexeddb/mozilla/cursor-mutation-expected.txt |
index 9c402d86bff9b87fd007c395263c3350c46b951c..13aba5c3d5c59128d58c05ca222b907941f5c82f 100644 |
--- a/LayoutTests/storage/indexeddb/mozilla/cursor-mutation-expected.txt |
+++ b/LayoutTests/storage/indexeddb/mozilla/cursor-mutation-expected.txt |
@@ -3,8 +3,6 @@ Test IndexedDB's cursor mutation |
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-mutation.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |