| Index: LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt b/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
|
| index 53609895bc32cd486bd6fcd311da908e33808e8b..344eb87ffeaefa803dd62f6b46f609319f4707d9 100644
|
| --- a/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
|
| @@ -1,3 +1,4 @@
|
| +CONSOLE WARNING: 'DOMStringList.contains()' is deprecated, and will be removed.
|
| [Worker] Test the basics of IndexedDB's IDBObjectStore.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| @@ -82,8 +83,6 @@ PASS [Worker] store.indexNames.contains('indexName') is true
|
| PASS [Worker] store.indexNames[0] is "indexName"
|
| PASS [Worker] store.indexNames[1] is undefined.
|
| PASS [Worker] store.indexNames[100] is undefined.
|
| -PASS [Worker] store.indexNames.item(1) is null
|
| -PASS [Worker] store.indexNames.item(100) is null
|
| [Worker]
|
| [Worker] openAgain():
|
| [Worker] indexedDB.open(dbname)
|
|
|