| Index: LayoutTests/editing/shadow/selection-of-shadowroot-expected.txt
|
| diff --git a/LayoutTests/editing/shadow/selection-of-shadowroot-expected.txt b/LayoutTests/editing/shadow/selection-of-shadowroot-expected.txt
|
| index 47e79a8949694a0a4c80d4c6ed10a7350a075f44..81b31e3deba76f2bb3e0c7d87ca8f7934d544e7b 100644
|
| --- a/LayoutTests/editing/shadow/selection-of-shadowroot-expected.txt
|
| +++ b/LayoutTests/editing/shadow/selection-of-shadowroot-expected.txt
|
| @@ -1,3 +1,4 @@
|
| +CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already hosts a shadow root is deprecated. See https://www.chromestatus.com/features/4668884095336448 for more details.
|
| In this test, we create a complex Shadow DOM and try to drag from a div in nested shadow root of older shadow root to a div in nested shadow root of younger shadow root. Then we get selection from the following TreeScopes:
|
| * treeScopes[0] = document
|
| * treeScopes[1] = OLDER SHADOW ROOT
|
|
|