| 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 cbbe71f5fe1201509b8bf53027ddf3029217de02..53609895bc32cd486bd6fcd311da908e33808e8b 100644
|
| --- a/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/objectstore-basics-workers-expected.txt
|
| @@ -98,7 +98,7 @@ PASS [Worker] store.indexNames.item(100) is null
|
| [Worker] Expecting exception from store.add({x: 'bar', y: self}, 'bar')
|
| PASS [Worker] Exception was thrown.
|
| PASS [Worker] code is DOMException.DATA_CLONE_ERR
|
| -[Worker] Exception message: An object could not be cloned.
|
| +[Worker] Exception message: Failed to execute 'add' on 'IDBObjectStore': An object could not be cloned.
|
| [Worker] Try to insert data where key path yields a Date key:
|
| [Worker] store.add({x: testDateB, y: 'value'}, 'key')
|
| [Worker] addSuccess():
|
|
|