Index: LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt b/LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt |
index 218ee2242bd51c1fd8f56e4e4742cfd668d46d18..9b67415427646867381144c33e63114efc7d5b1f 100644 |
--- a/LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt |
+++ b/LayoutTests/storage/indexeddb/cursor-continue-dir-expected.txt |
@@ -3,8 +3,6 @@ Test that continue() calls against cursors are validated by direction. |
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-dir.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |