| Index: LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt
|
| diff --git a/LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt b/LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt
|
| index 3c4fe13ae7f20336aa0a81d3fd222741f1ab1d34..d6c0008b791db95bb2c8c4fbf439d8f9e985ce70 100644
|
| --- a/LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt
|
| +++ b/LayoutTests/fast/dom/shadow/layout-tests-can-access-shadow-expected.txt
|
| @@ -2,7 +2,7 @@
|
| This tests that layout tests can access shadow DOM.
|
|
|
| PASS shadow.nodeName is "#document-fragment"
|
| -PASS exceptionCode is DOMException.INVALID_ACCESS_ERR
|
| +PASS internals.shadowRoot(shadow) threw exception TypeError: Failed to execute 'shadowRoot' on 'Internals': parameter 1 is not of type 'Element'..
|
| PASS internals.shadowRoot(p) is null
|
| PASS shadow.nodeName is "#document-fragment"
|
| PASS shadow === internals.shadowRoot(p) is true
|
|
|