Index: LayoutTests/fast/dom/shadow/content-pseudo-element-with-deep-combinator-and-host-pseudo-class.html |
diff --git a/LayoutTests/fast/dom/shadow/content-pseudo-element-with-deep-combinator-and-host-pseudo-class.html b/LayoutTests/fast/dom/shadow/content-pseudo-element-with-deep-combinator-and-host-pseudo-class.html |
index ea5d740337466fa248d0fa92e37b92d444399626..849cba1d0124453fe28d0fa3074e09e782a153fe 100644 |
--- a/LayoutTests/fast/dom/shadow/content-pseudo-element-with-deep-combinator-and-host-pseudo-class.html |
+++ b/LayoutTests/fast/dom/shadow/content-pseudo-element-with-deep-combinator-and-host-pseudo-class.html |
@@ -70,8 +70,7 @@ sandbox.appendChild( |
createShadowRoot( |
createDOM('content', {'id': 'content2'})), |
createDOM('div', {'id': 'parentOfShadow1'}, |
- createDOM('shadow', {'id': 'shadow1'}, |
- createDOM('content', {})))))), |
+ createDOM('shadow', {'id': 'shadow1'}))))), |
createDOM('div', {'class': 'content'}, |
document.createTextNode('content')))); |
@@ -92,8 +91,7 @@ sandbox.appendChild( |
createShadowRoot( |
createDOM('content', {'id': 'content2'})), |
createDOM('div', {'id': 'parentOfShadow1'}, |
- createDOM('shadow', {'id': 'shadow1'}, |
- createDOM('content', {})))))), |
+ createDOM('shadow', {'id': 'shadow1'}))))), |
createDOM('div', {'class': 'content'}, |
document.createTextNode('content')))); |