Index: LayoutTests/fast/dom/shadow/style-with-cat.html |
diff --git a/LayoutTests/fast/dom/shadow/style-with-cat.html b/LayoutTests/fast/dom/shadow/style-with-cat.html |
index 20559b5aa7ffa147998d83d75d2291d9f8098939..d98490710be952e3c590039f43ce94c83fc29523 100644 |
--- a/LayoutTests/fast/dom/shadow/style-with-cat.html |
+++ b/LayoutTests/fast/dom/shadow/style-with-cat.html |
@@ -225,13 +225,13 @@ borderColorShouldBe('host/host2/target', 'rgb(0, 0, 0)'); |
cleanUp(); |
-// :host /shadow-all/ :host /shadow-deep/ div should not match. |
+// :host /shadow/ :host /shadow-deep/ div should not match. |
sandbox.appendChild( |
createDOM('div', {'id': 'host'}, |
createShadowRoot( |
createDOM('style', {}, |
- document.createTextNode(':host /shadow-all/ :host /shadow-deep/ div { border: 1px solid green; }')), |
+ document.createTextNode(':host /shadow/ :host /shadow-deep/ div { border: 1px solid green; }')), |
createDOM('div', {'id': 'host2'}, |
createShadowRoot( |
createDOM('div', {'id': 'host3'}, |