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

Unified Diff: LayoutTests/fast/dom/shadow/reprojection-id-modified.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/reprojection-id-modified.html
diff --git a/LayoutTests/fast/dom/shadow/reprojection-id-modified.html b/LayoutTests/fast/dom/shadow/reprojection-id-modified.html
index 8752d7a6340e24efbb06aba1f52c13ddda56de73..0aed8fc919d40c7ddaf48fc01a136eec05c33cbf 100644
--- a/LayoutTests/fast/dom/shadow/reprojection-id-modified.html
+++ b/LayoutTests/fast/dom/shadow/reprojection-id-modified.html
@@ -18,7 +18,7 @@ if (window.testRunner)
testRunner.waitUntilDone();
var shadowRoot1 = host1.createShadowRoot();
-shadowRoot1.innerHTML = '<div id="host2"><shadow><content></content></shadow></div>';
+shadowRoot1.innerHTML = '<div id="host2"><shadow></shadow></div>';
var host2 = shadowRoot1.getElementById('host2');
var shadowRoot2 = host2.createShadowRoot();

Powered by Google App Engine
This is Rietveld 408576698