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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-reprojection2.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/shadow-reprojection2.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-reprojection2.html b/LayoutTests/fast/dom/shadow/shadow-reprojection2.html
index bc8cb738f0fd0a345f0a1b7c8709e32bab39924e..e8603ea4901b885fe26b2133222ff6c26d9f0898 100644
--- a/LayoutTests/fast/dom/shadow/shadow-reprojection2.html
+++ b/LayoutTests/fast/dom/shadow/shadow-reprojection2.html
@@ -5,10 +5,10 @@
<script>
var shadowRoot1 = host1.createShadowRoot();
-shadowRoot1.innerHTML = '<shadow><content></content></shadow>';
+shadowRoot1.innerHTML = '<shadow></shadow>';
var shadowRoot2 = host1.createShadowRoot();
-shadowRoot2.innerHTML = '<div id="host3"><shadow><content></content></shadow></div>';
+shadowRoot2.innerHTML = '<div id="host3"><shadow></shadow></div>';
var host3 = shadowRoot2.getElementById('host3');
var shadowRoot3 = host3.createShadowRoot();
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadow-reprojection-fallback.html ('k') | LayoutTests/fast/dom/shadow/shadowdom-for-button.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698