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> |