| Index: third_party/WebKit/LayoutTests/fast/dom/shadow/multiple-shadowroot-with-params-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/multiple-shadowroot-with-params-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/multiple-shadowroot-with-params-expected.txt
|
| index c33fa86e54b16635e8508c406402619fdaa642e8..437699326987d48a30193f3399e4e5af0aab25a3 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/shadow/multiple-shadowroot-with-params-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/multiple-shadowroot-with-params-expected.txt
|
| @@ -6,12 +6,12 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| createShadowRoot() can still create multiple shadow roots.
|
| -PASS internals.shadowRootType(shadow1) is "OpenByDefaultShadowRoot"
|
| -PASS internals.shadowRootType(shadow2) is "OpenByDefaultShadowRoot"
|
| +PASS internals.shadowRootType(shadow1) is "V0ShadowRoot"
|
| +PASS internals.shadowRootType(shadow2) is "V0ShadowRoot"
|
| PASS internals.youngestShadowRoot(div) is shadow2
|
| PASS shadow2.olderShadowRoot is shadow1
|
| Other attempts to create multiple shadow roots should fail
|
| -PASS internals.shadowRootType(shadow1) is "OpenByDefaultShadowRoot"
|
| +PASS internals.shadowRootType(shadow1) is "V0ShadowRoot"
|
| PASS div.attachShadow({mode: "open"}) threw exception InvalidStateError: Failed to execute 'attachShadow' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree..
|
| PASS div.attachShadow({mode: "closed"}) threw exception InvalidStateError: Failed to execute 'attachShadow' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree..
|
| PASS internals.youngestShadowRoot(div) is shadow1
|
| @@ -28,7 +28,7 @@ PASS internals.youngestShadowRoot(div) is shadow1
|
| V1 shadow root cannot be created on UA shadow root
|
| PASS internals.shadowRootType(internals.shadowRoot(input)) is "UserAgentShadowRoot"
|
| PASS internals.youngestShadowRoot(input) is shadow1
|
| -PASS internals.shadowRootType(shadow1) is "OpenByDefaultShadowRoot"
|
| +PASS internals.shadowRootType(shadow1) is "V0ShadowRoot"
|
| PASS input.attachShadow({mode: "open"}) threw exception InvalidStateError: Failed to execute 'attachShadow' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree..
|
| PASS input.attachShadow({mode: "closed"}) threw exception InvalidStateError: Failed to execute 'attachShadow' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree..
|
| PASS successfullyParsed is true
|
|
|