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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-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 <h1>A shadow element with a content element</h1> 4 <h1>A shadow element with a content element</h1>
5 <div><div>before</div><div>host-child</div><div>after</div></div> 5 <div><div>before</div><div>host-child</div><div>after</div></div>
6 6
7 <h1>A shadow element without a content element</h1> 7 <h1>A shadow element without a content element</h1>
8 <div><div>before</div><div>after</div></div> 8 <div><div>before</div><div>host-child</div><div>after</div></div>
9 9
10 <h1>A shadow element with a parameter</h1> 10 <h1>A shadow element with a parameter</h1>
11 <div><div>before</div><div>shadow-child</div><div>after</div></div> 11 <div><div>before</div><div>shadow-child</div><div>after</div></div>
12 12
13 <h1>An inactive shadow element</h1> 13 <h1>An inactive shadow element</h1>
14 <div><div>before</div><div>host-child</div><div>middle</div><div>shadow-child< /div><div>after</div></div> 14 <div><div>before</div><div>host-child</div><div>middle</div><div>shadow-child< /div><div>after</div></div>
15 15
16 <h1>A shadow element comes before a content element</h1> 16 <h1>A shadow element comes before a content element</h1>
17 <div><div>before</div><div>host-child</div><div>middle</div><div>after</div></ div> 17 <div><div>before</div><div>host-child</div><div>middle</div><div>after</div></ div>
18 18
19 <h1>A shadow element comes after a content element</h1> 19 <h1>A shadow element comes after a content element</h1>
20 <div><div>before</div><div>host-child</div><div>middle</div><div>after</div></ div> 20 <div><div>before</div><div>host-child</div><div>middle</div><div>after</div></ div>
21 21
22 </body> 22 </body>
23 </html> 23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698