| Index: LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt b/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
|
| index 132361081fc242ae5dfe6b9c679b8f2b8e77f9ce..a807d0c5f2bec5db2006e568cfcc601375c23dee 100644
|
| --- a/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
|
| @@ -1,9 +1,9 @@
|
| -Calling ShadowRoot.cloneNode() should throw a DATA_CLONE_ERR exception.
|
| +Calling ShadowRoot.cloneNode() should throw a DataCloneError exception.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS shadowRoot.cloneNode() threw exception Error: DataCloneError: DOM Exception 25.
|
| +PASS shadowRoot.cloneNode() threw exception DataCloneError: An object could not be cloned..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|