Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: LayoutTests/editing/shadow/selection-of-shadowroot-expected.txt

Issue 1159563012: Add a deprecation message for multiple shadow roots. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase more expectations. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698