| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
|
| index 0c50d7192147fc8b47454af68a17347b7a6117a8..e8d39cecc4466adf99e04dcfb7074e8773c1a761 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode-expected.txt
|
| @@ -1,9 +1,9 @@
|
| -Calling ShadowRoot.cloneNode() should throw a DataCloneError exception.
|
| +Calling ShadowRoot.cloneNode() should throw a NotSupportedError exception.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS shadowRoot.cloneNode() threw exception DataCloneError: Failed to execute 'cloneNode' on 'ShadowRoot': ShadowRoot nodes are not clonable..
|
| +PASS shadowRoot.cloneNode() threw exception NotSupportedError: Failed to execute 'cloneNode' on 'ShadowRoot': ShadowRoot nodes are not clonable..
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|