Index: LayoutTests/storage/indexeddb/cursor-leak-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/cursor-leak-expected.txt b/LayoutTests/storage/indexeddb/cursor-leak-expected.txt |
index 0790c522e7d3dbff8ede8b4ae8b7f431020ac313..afce76a02818e4cde183fdb0f7ddd36b2473f5c4 100644 |
--- a/LayoutTests/storage/indexeddb/cursor-leak-expected.txt |
+++ b/LayoutTests/storage/indexeddb/cursor-leak-expected.txt |
@@ -3,8 +3,6 @@ Verify that that cursors weakly hold script value properties |
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-leak.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |