| Index: LayoutTests/storage/indexeddb/structured-clone-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/structured-clone-expected.txt b/LayoutTests/storage/indexeddb/structured-clone-expected.txt
|
| index d375b6ebee6d9c12e6d8a9e692a0e9e9fded1af5..9047515c71af9e76256982aee3c2eb570c7c1b35 100644
|
| --- a/LayoutTests/storage/indexeddb/structured-clone-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/structured-clone-expected.txt
|
| @@ -783,25 +783,25 @@ Other JavaScript object types:
|
| Expecting exception from store.put(new Error, 'key')
|
| PASS Exception was thrown.
|
| PASS code is DOMException.DATA_CLONE_ERR
|
| -Exception message: An object could not be cloned.
|
| +Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
|
| Expecting exception from store.put(new Function, 'key')
|
| PASS Exception was thrown.
|
| PASS code is DOMException.DATA_CLONE_ERR
|
| -Exception message: An object could not be cloned.
|
| +Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
|
|
|
| Other host object types:
|
| Expecting exception from store.put(self, 'key')
|
| PASS Exception was thrown.
|
| PASS code is DOMException.DATA_CLONE_ERR
|
| -Exception message: An object could not be cloned.
|
| +Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
|
| Expecting exception from store.put(document, 'key')
|
| PASS Exception was thrown.
|
| PASS code is DOMException.DATA_CLONE_ERR
|
| -Exception message: An object could not be cloned.
|
| +Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
|
| Expecting exception from store.put(document.body, 'key')
|
| PASS Exception was thrown.
|
| PASS code is DOMException.DATA_CLONE_ERR
|
| -Exception message: An object could not be cloned.
|
| +Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|