Index: third_party/WebKit/LayoutTests/shadow-dom/multiple-shadowroot-with-params-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/multiple-shadowroot-with-params-expected.txt b/third_party/WebKit/LayoutTests/shadow-dom/multiple-shadowroot-with-params-expected.txt |
index 466842f0ea4792c77db06853aaead483a0a70235..c615bef1f8fbdb6f4748bc825391b70fd18c062d 100644 |
--- a/third_party/WebKit/LayoutTests/shadow-dom/multiple-shadowroot-with-params-expected.txt |
+++ b/third_party/WebKit/LayoutTests/shadow-dom/multiple-shadowroot-with-params-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 31: Calling Element.createShadowRoot() for an element which already hosts a shadow root is deprecated. See https://www.chromestatus.com/features/4668884095336448 for more details. |
This tests multiple shadow roots creation with createShadowRoot and mode parameter. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |