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 83a6a5ab2b12963282a5d91644b8e66b6a6a3956..d375b6ebee6d9c12e6d8a9e692a0e9e9fded1af5 100644 |
--- a/LayoutTests/storage/indexeddb/structured-clone-expected.txt |
+++ b/LayoutTests/storage/indexeddb/structured-clone-expected.txt |
@@ -783,20 +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. |
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. |
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. |
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. |
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. |
PASS successfullyParsed is true |
TEST COMPLETE |