Index: third_party/WebKit/LayoutTests/editing/shadow/selection-of-shadowroot-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/editing/shadow/selection-of-shadowroot-expected.txt b/third_party/WebKit/LayoutTests/editing/shadow/selection-of-shadowroot-expected.txt |
index 81b31e3deba76f2bb3e0c7d87ca8f7934d544e7b..1aa9f407ed1f421cde46f8f6dfa09bdea9c57257 100644 |
--- a/third_party/WebKit/LayoutTests/editing/shadow/selection-of-shadowroot-expected.txt |
+++ b/third_party/WebKit/LayoutTests/editing/shadow/selection-of-shadowroot-expected.txt |
@@ -1,4 +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. |
+CONSOLE WARNING: line 57: 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 |