Index: LayoutTests/storage/indexeddb/transaction-complete-with-js-recursion-expected.txt |
diff --git a/LayoutTests/storage/indexeddb/transaction-complete-with-js-recursion-expected.txt b/LayoutTests/storage/indexeddb/transaction-complete-with-js-recursion-expected.txt |
index 886fe1321e039d0d813216e73efb581fba6233eb..8fa746f409fa1c3bb4716f6f48a8c0da63b393ac 100644 |
--- a/LayoutTests/storage/indexeddb/transaction-complete-with-js-recursion-expected.txt |
+++ b/LayoutTests/storage/indexeddb/transaction-complete-with-js-recursion-expected.txt |
@@ -3,8 +3,6 @@ Test that pending transactions are not completed during recursive JS calls until |
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 = "transaction-complete-with-js-recursion.html" |
indexedDB.deleteDatabase(dbname) |
indexedDB.open(dbname) |