| Index: LayoutTests/storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt b/LayoutTests/storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt
|
| index cb076d8c7a59e358dc64ac882ed8f46559dffdea..892474b82b6a9dd6c607e6f3aba024c227f53050 100644
|
| --- a/LayoutTests/storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt
|
| @@ -3,8 +3,6 @@ Test IndexedDB's creating index with integer keys
|
| 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 = "create-index-with-integer-keys.html"
|
| indexedDB.deleteDatabase(dbname)
|
| indexedDB.open(dbname)
|
|
|