| Index: LayoutTests/storage/indexeddb/clone-exception-expected.txt
|
| diff --git a/LayoutTests/storage/indexeddb/clone-exception-expected.txt b/LayoutTests/storage/indexeddb/clone-exception-expected.txt
|
| index c24ff4137a277b95a9248a6d870ac5e8e04ceef1..9f4aeb688eeea2d2d8413c9d9884775d8bd2a1ab 100644
|
| --- a/LayoutTests/storage/indexeddb/clone-exception-expected.txt
|
| +++ b/LayoutTests/storage/indexeddb/clone-exception-expected.txt
|
| @@ -13,7 +13,7 @@ Expecting exception from db.createObjectStore('store').put(NON_CLONEABLE, 0);
|
| PASS Exception was thrown.
|
| PASS code is 25
|
| PASS ename is 'DataCloneError'
|
| -Exception message: An object could not be cloned.
|
| +Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
|
|
|
| doSecondOpen():
|
| indexedDB.open(dbname + '2')
|
| @@ -23,7 +23,7 @@ Expecting exception from db.createObjectStore('store').put(NON_CLONEABLE, 0);
|
| PASS Exception was thrown.
|
| PASS code is 25
|
| PASS ename is 'DataCloneError'
|
| -Exception message: An object could not be cloned.
|
| +Exception message: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned.
|
|
|
| doThirdOpen():
|
| indexedDB.open(dbname + '3')
|
| @@ -33,7 +33,7 @@ Expecting exception from db.createObjectStore('store').put(NON_CLONEABLE, INVALI
|
| PASS Exception was thrown.
|
| PASS code is 25
|
| PASS ename is 'DataCloneError'
|
| -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
|
|
|