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

Side by Side Diff: LayoutTests/inspector/elements/shadow-host-display-modes-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, 6 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: Calling Element.createShadowRoot() for an element which already hosts a shadow root is deprecated. See https://www.chromestatus.com/features/46 68884095336448 for more details.
1 Tests that distributed nodes and their updates are correctly shown in different shadow host display modes. 2 Tests that distributed nodes and their updates are correctly shown in different shadow host display modes.
2 3
3 youngest distributed text 4 youngest distributed text
4 oldest distributed text 5 oldest distributed text
5 oldest distributed text 6 oldest distributed text
6 oldest distributed text 7 oldest distributed text
7 ========= Original ======== 8 ========= Original ========
8 - <div id="shadowHost"> 9 - <div id="shadowHost">
9 <div class="distributeMeToYoungest original">\n youngest distribute d text\n </div> 10 <div class="distributeMeToYoungest original">\n youngest distribute d text\n </div>
10 <div class="distributeMeToOldest original">\n oldest distributed te xt\n </div> 11 <div class="distributeMeToOldest original">\n oldest distributed te xt\n </div>
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 </content> 129 </content>
129 </div> 130 </div>
130 <div class="distributeMeToYoungest original">\n youngest distribute d text\n </div> 131 <div class="distributeMeToYoungest original">\n youngest distribute d text\n </div>
131 <div class="distributeMeToOldest original">\n oldest distributed te xt\n </div> 132 <div class="distributeMeToOldest original">\n oldest distributed te xt\n </div>
132 <div class="distributeMeToInner original">\n oldest distributed tex t\n </div> 133 <div class="distributeMeToInner original">\n oldest distributed tex t\n </div>
133 <div class="distributeMeToInner original2">\n oldest distributed te xt\n </div> 134 <div class="distributeMeToInner original2">\n oldest distributed te xt\n </div>
134 <div class="distributeMeToOldest distributeMeAsWell_1"></div> 135 <div class="distributeMeToOldest distributeMeAsWell_1"></div>
135 <div class="distributeMeToOldest distributeMeAsWell_2"></div> 136 <div class="distributeMeToOldest distributeMeAsWell_2"></div>
136 </div> 137 </div>
137 138
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/create-shadow-root-expected.txt ('k') | Source/core/dom/shadow/ElementShadow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698