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

Unified Diff: LayoutTests/fast/dom/shadow/content-reprojection-complex.html

Issue 441223002: Update LayoutTests by removing child elements of <shadow> element (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/shadow/content-reprojection-complex.html
diff --git a/LayoutTests/fast/dom/shadow/content-reprojection-complex.html b/LayoutTests/fast/dom/shadow/content-reprojection-complex.html
index cfeb4e842a24f72f0f7665ae6ab23825e8802c19..d5e284de137c4add7680d5e13d28bb0981d337ee 100644
--- a/LayoutTests/fast/dom/shadow/content-reprojection-complex.html
+++ b/LayoutTests/fast/dom/shadow/content-reprojection-complex.html
@@ -13,10 +13,10 @@
<script>
var shadowRoot1 = host1.createShadowRoot();
-shadowRoot1.innerHTML = '<div id="host2"><content select=".A"></content><shadow><content></content></shadow><div class="A">A</div></div>';
+shadowRoot1.innerHTML = '<div id="host2"><content select=".A"></content><shadow></shadow><div class="A">A</div></div>';
var shadowRoot2 = shadowRoot1.getElementById('host2').createShadowRoot();
-shadowRoot2.innerHTML = '<div><h2>A</h2><content select=".A"></content><h2>B</h2><shadow><content></content></shadow></div>'
+shadowRoot2.innerHTML = '<div><h2>A</h2><content select=".A"></content><h2>B</h2><shadow></shadow></div>'
</script>
</html>

Powered by Google App Engine
This is Rietveld 408576698