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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-expected.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-expected.html b/LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-expected.html
index e999e7b9110608317639bb9c187d7474f5e48720..6e47cfd4ac5cd150e8f927439bb5d38c7f53cb2d 100644
--- a/LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-expected.html
+++ b/LayoutTests/fast/dom/shadow/shadow-insertion-point-rendering-expected.html
@@ -5,7 +5,7 @@
<div><div>before</div><div>host-child</div><div>after</div></div>
<h1>A shadow element without a content element</h1>
- <div><div>before</div><div>after</div></div>
+ <div><div>before</div><div>host-child</div><div>after</div></div>
<h1>A shadow element with a parameter</h1>
<div><div>before</div><div>shadow-child</div><div>after</div></div>

Powered by Google App Engine
This is Rietveld 408576698