Index: LayoutTests/storage/indexeddb/cursor-continue-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/cursor-continue-expected.txt b/LayoutTests/storage/indexeddb/cursor-continue-expected.txt |
index d6b5c9afbebd239cf2580b99476f12ef87182551..db020f7570de349ef8e1df064dafb096d2597f6f 100644 |
--- a/LayoutTests/storage/indexeddb/cursor-continue-expected.txt |
+++ b/LayoutTests/storage/indexeddb/cursor-continue-expected.txt |
@@ -3,8 +3,6 @@ Test IndexedDB's IDBCursor.continue() with a key parameter. |
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-continue.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |