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

Unified Diff: LayoutTests/fast/dom/shadow/content-reprojection-shadow.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-shadow.html
diff --git a/LayoutTests/fast/dom/shadow/content-reprojection-shadow.html b/LayoutTests/fast/dom/shadow/content-reprojection-shadow.html
index 53cb3b0cb3b5b3bea1e0e754d003a7f320cce429..fbf481e950946d13bc62f37f17c7fd760a0b4380 100644
--- a/LayoutTests/fast/dom/shadow/content-reprojection-shadow.html
+++ b/LayoutTests/fast/dom/shadow/content-reprojection-shadow.html
@@ -15,7 +15,7 @@ var shadowRoot1 = host1.createShadowRoot();
shadowRoot1.innerHTML = '<div id="host2"><content></content></div>';
var shadowRoot2 = shadowRoot1.getElementById('host2').createShadowRoot();
-shadowRoot2.innerHTML = '<div><shadow><content></content></shadow><div>A</div></div>'
+shadowRoot2.innerHTML = '<div><shadow></shadow><div>A</div></div>'
</script>
</html>

Powered by Google App Engine
This is Rietveld 408576698