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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-multiple-shadow-roots-expected.html

Issue 59903015: [Shadow DOM]: Empty shadow insertion points should behave like <shadow><content *leftover*></conten… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <div>A shadow element with a content element</div> 4 <div>A shadow element with a content element</div>
5 <div>before1 before0 host-child after0 after1</div> 5 <div>before1 before0 host-child after0 after1</div>
6 6
7 <div>A shadow element without a content element</div> 7 <div>A shadow element without a content element</div>
8 <div><div>before1 before0 after0 after1</div></div> 8 <div>before1 before0 host-child after0 after1</div>
9 9
10 <div>A shadow element with a parameter</div> 10 <div>A shadow element with a parameter</div>
11 <div>before1 before0 shadow-child after0 after1</div> 11 <div>before1 before0 shadow-child after0 after1</div>
12 12
13 <div>A shadow element with a content element and a parameter</div> 13 <div>A shadow element with a content element and a parameter</div>
14 <div>before1 before0 host-child shadow-child after0 after1</div> 14 <div>before1 before0 host-child shadow-child after0 after1</div>
15 15
16 <div>A shadow element as a descendant of a content element</div> 16 <div>A shadow element as a descendant of a content element</div>
17 <div>before1 host-child after1</div> 17 <div>before1 host-child after1</div>
18 18
19 <div>A shadow element as a descendant of a shadow element</div> 19 <div>A shadow element as a descendant of a shadow element</div>
20 <div>before1 before0 <shadow>inactive-shadow-child</shadow> after0 after1</div > 20 <div>before1 before0 <shadow>inactive-shadow-child</shadow> after0 after1</div >
21 21
22 <div>A complex case</div> 22 <div>A complex case</div>
23 <div>before2 before1 before0 shadow-1-child-1 shadow-2-child-1 host-child shad ow-2-child-2 shadow-1-child-2 after0 after1 after2</div> 23 <div>before2 before1 before0 shadow-1-child-1 shadow-2-child-1 host-child shad ow-2-child-2 shadow-1-child-2 after0 after1 after2</div>
24 </body> 24 </body>
25 </html> 25 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-expected.html ('k') | Source/core/dom/shadow/ElementShadow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698