Index: LayoutTests/fast/dom/shadow/host-pseudo-class-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/host-pseudo-class-expected.txt b/LayoutTests/fast/dom/shadow/host-pseudo-class-expected.txt |
index f8d04a9a031cde58d32b86d17d528a37a8fba973..f7fe20dabf91130e94dc71cdacac858301d689be 100644 |
--- a/LayoutTests/fast/dom/shadow/host-pseudo-class-expected.txt |
+++ b/LayoutTests/fast/dom/shadow/host-pseudo-class-expected.txt |
@@ -17,7 +17,7 @@ PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" |
PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" |
:host in a shadow tree should match its shadow host. |
PASS backgroundColorOf('host') is "rgb(0, 128, 0)" |
-:host with :ancestor in a shadow tree should match its shadow host. |
+:host with :host-context in a shadow tree should match its shadow host. |
PASS backgroundColorOf('host') is "rgb(0, 128, 0)" |
:host takes simple selectors and matches when one of the simple selectors matches. |
PASS backgroundColorOf('host') is "rgb(0, 128, 0)" |