Index: third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class-expected.txt |
index 0e9ed2fa0acb4467e9fbd466c421158f7f06a0d3..1e6e118f78893a0090664071b3865fd9f3e0c3c7 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class-expected.txt |
@@ -27,9 +27,9 @@ PASS backgroundColorOf('host') is "rgb(0, 128, 0)" |
:host-context matches a shadow host in just a nested shadow tree, not all enclosing shadow trees. |
PASS backgroundColorOf('host1') is "rgba(0, 0, 0, 0)" |
PASS backgroundColorOf('host1/host2') is "rgb(0, 128, 0)" |
-:host-context matches based on a composed tree. |
+:host-context matches based on a flat tree. |
PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)" |
-:host-context matches based on a composed tree when having multiple shadow roots. |
+:host-context matches based on a flat tree when having multiple shadow roots. |
PASS backgroundColorOf('host/targetA') is "rgba(0, 0, 0, 0)" |
PASS backgroundColorOf('host/targetB') is "rgb(0, 128, 0)" |
PASS backgroundColorOf('host/targetC') is "rgb(0, 128, 0)" |