| Index: LayoutTests/storage/indexeddb/database-basics-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/database-basics-expected.txt b/LayoutTests/storage/indexeddb/database-basics-expected.txt
|
| index b74f1d7d6c6a586bda8628b201fc7ab444bedd94..d833a609be2812b518dae52671984186d4490373 100644
|
| --- a/LayoutTests/storage/indexeddb/database-basics-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/database-basics-expected.txt
|
| @@ -1,3 +1,4 @@
|
| +CONSOLE WARNING: 'DOMStringList.contains()' is deprecated, and will be removed.
|
| Test the basics of IndexedDB's IDBDatabase.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| @@ -20,7 +21,6 @@ PASS db.objectStoreNames is []
|
| PASS db.objectStoreNames.length is 0
|
| PASS db.objectStoreNames.contains('') is false
|
| PASS db.objectStoreNames[0] is undefined.
|
| -PASS db.objectStoreNames.item(0) is null
|
| db.createObjectStore("test123")
|
| PASS db.objectStoreNames is ['test123']
|
| PASS db.objectStoreNames.length is 1
|
|
|