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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadow-element-inactive-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 user-agent shadow root is deprecated. See https://www.chromestatus.com/ features/4668884095336448 for more details.
1 CONSOLE WARNING: <shadow> doesn't work for APPLET element host. 2 CONSOLE WARNING: <shadow> doesn't work for APPLET element host.
2 CONSOLE WARNING: <shadow> doesn't work for DETAILS element host. 3 CONSOLE WARNING: <shadow> doesn't work for DETAILS element host.
3 CONSOLE WARNING: <shadow> doesn't work for EMBED element host. 4 CONSOLE WARNING: <shadow> doesn't work for EMBED element host.
4 CONSOLE WARNING: <shadow> doesn't work for INPUT element host. 5 CONSOLE WARNING: <shadow> doesn't work for INPUT element host.
5 CONSOLE WARNING: <shadow> doesn't work for OBJECT element host. 6 CONSOLE WARNING: <shadow> doesn't work for OBJECT element host.
6 CONSOLE WARNING: <shadow> doesn't work for SUMMARY element host. 7 CONSOLE WARNING: <shadow> doesn't work for SUMMARY element host.
7 We should not expose UA shadow nodes. 8 We should not expose UA shadow nodes.
8 9
9 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 10 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
10 11
11 12
12 applet 13 applet
13 PASS root2.firstChild.getDistributedNodes().length is 0 14 PASS root2.firstChild.getDistributedNodes().length is 0
14 details 15 details
15 PASS root2.firstChild.getDistributedNodes().length is 0 16 PASS root2.firstChild.getDistributedNodes().length is 0
16 embed 17 embed
17 PASS root2.firstChild.getDistributedNodes().length is 0 18 PASS root2.firstChild.getDistributedNodes().length is 0
18 input 19 input
19 PASS root2.firstChild.getDistributedNodes().length is 0 20 PASS root2.firstChild.getDistributedNodes().length is 0
20 object 21 object
21 PASS root2.firstChild.getDistributedNodes().length is 0 22 PASS root2.firstChild.getDistributedNodes().length is 0
22 summary 23 summary
23 PASS root2.firstChild.getDistributedNodes().length is 0 24 PASS root2.firstChild.getDistributedNodes().length is 0
24 PASS successfullyParsed is true 25 PASS successfullyParsed is true
25 26
26 TEST COMPLETE 27 TEST COMPLETE
27 28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698