Index: LayoutTests/fast/dom/shadow/content-pseudo-element-with-hat.html |
diff --git a/LayoutTests/fast/dom/shadow/content-pseudo-element-with-hat.html b/LayoutTests/fast/dom/shadow/content-pseudo-element-with-hat.html |
index d9828653be1728aadfb38a701210c3070eb0eb74..faee6acc6f0c713bd28aa8eebc000282fd2d3842 100644 |
--- a/LayoutTests/fast/dom/shadow/content-pseudo-element-with-hat.html |
+++ b/LayoutTests/fast/dom/shadow/content-pseudo-element-with-hat.html |
@@ -9,7 +9,7 @@ |
<pre id="console"></pre> |
</body> |
<script> |
-description("Test for ::content with /shadow/ and :host."); |
+description("Test for ::content with ::shadow and :host."); |
var sandbox = document.getElementById('sandbox'); |
@@ -23,7 +23,7 @@ sandbox.appendChild( |
createShadowRoot( |
createDOM('style', {}, |
document.createTextNode( |
- ':host(#host1) /shadow/ #content1::content > .content { color: green; }')), |
+ ':host(#host1)::shadow #content1::content > .content { color: green; }')), |
createDOM('div', {}, |
createDOM('div', {'id': 'host2'}, |
createShadowRoot( |
@@ -42,7 +42,7 @@ sandbox.appendChild( |
createShadowRoot( |
createDOM('style', {}, |
document.createTextNode( |
- '#host2 /shadow/ #content2::content > #parentOfContent1 > #content1::content > .content { color: green; }')), |
+ '#host2::shadow #content2::content > #parentOfContent1 > #content1::content > .content { color: green; }')), |
createDOM('div', {}, |
createDOM('div', {'id': 'host2'}, |
createShadowRoot( |
@@ -61,7 +61,7 @@ sandbox.appendChild( |
createShadowRoot( |
createDOM('style', {}, |
document.createTextNode( |
- ':host /shadow/ #content2::content > #shadow1::content > #content1::content > .content { color: red; }')), |
+ ':host::shadow #content2::content > #shadow1::content > #content1::content > .content { color: red; }')), |
createDOM('content', {'id': 'content1'})), |
createShadowRoot( |
createDOM('div', {}, |
@@ -82,7 +82,7 @@ sandbox.appendChild( |
createShadowRoot( |
createDOM('style', {}, |
document.createTextNode( |
- ':host /shadow/ #content2::content > #parentOfContent1 > #content1::content > .content { color: red; }')), |
+ ':host::shadow #content2::content > #parentOfContent1 > #content1::content > .content { color: red; }')), |
createDOM('div', {}, |
createDOM('div', {'id': 'host2'}, |
createShadowRoot( |