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

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-for-button-complex-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/shadowdom-for-button-complex-shadow.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-for-button-complex-shadow.html b/LayoutTests/fast/dom/shadow/shadowdom-for-button-complex-shadow.html
index f6dec89fb3e1415456514e1b009d1c4994343e14..53327eb54576dd7d2fdf9e993b9b77668c638603 100644
--- a/LayoutTests/fast/dom/shadow/shadowdom-for-button-complex-shadow.html
+++ b/LayoutTests/fast/dom/shadow/shadowdom-for-button-complex-shadow.html
@@ -10,7 +10,7 @@
<script>
var host = document.getElementById('host');
var shadowRoot = host.createShadowRoot();
-shadowRoot.innerHTML = '<div><content select="span"></content><shadow><content></content></shadow></div>'
+shadowRoot.innerHTML = '<div><content select="span"></content><shadow></shadow></div>'
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698