Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class-expected.txt

Issue 1675163002: Rename ComposedTree to FlatTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)"

Powered by Google App Engine
This is Rietveld 408576698