Index: LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html |
diff --git a/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html b/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html |
index e4b299a8902c460f055434ad6ab7965572acc27e..a08c4a491621273685d732c7f6f880d0402fa28c 100644 |
--- a/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html |
+++ b/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE html> |
<script src="../../../resources/js-test.js"></script> |
<style> |
-.t1 #host1 /shadow/ .match { background-color: green; } |
+.t1 #host1::shadow .match { background-color: green; } |
.t2 /deep/ .match { background-color: green; } |
</style> |
<div id="t1"> |
@@ -13,7 +13,7 @@ |
<div></div> |
</div> |
<script> |
-description("Check that targeted class invalidation works for /shadow/ and /deep/ combinators."); |
+description("Check that targeted class invalidation works for ::shadow and /deep/ combinators."); |
// Create shadow trees |