| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html
|
| index 389ccc7d2bbfdb67445f79c2ac1e07a37fa281c3..de478be1a4b9f95e16e76a2ff7473c3206a4a88b 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadowroot-clonenode.html
|
| @@ -9,6 +9,6 @@ description('Calling ShadowRoot.cloneNode() should throw a NotSupportedError exc
|
|
|
| var host = document.createElement('div');
|
| var shadowRoot = host.createShadowRoot();
|
| -shouldThrow('shadowRoot.cloneNode()', '"NotSupportedError: Failed to execute \'cloneNode\' on \'ShadowRoot\': ShadowRoot nodes are not clonable."');
|
| +shouldThrow('shadowRoot.cloneNode()', '"NotSupportedError: Failed to execute \'cloneNode\' on \'Node\': ShadowRoot nodes are not clonable."');
|
| </script>
|
| </html>
|
|
|