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

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

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.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html
index 80eb2100306e8ad7ed0f131373440ab6895b8ee0..195dc921257a3915fd00973bda851848535ceae3 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html
@@ -177,7 +177,7 @@ sandbox.appendChild(
backgroundColorShouldBe('host1', 'rgba(0, 0, 0, 0)');
backgroundColorShouldBe('host1/host2', 'rgb(0, 128, 0)');
-debug(':host-context matches based on a composed tree.');
+debug(':host-context matches based on a flat tree.');
sandbox.appendChild(
createDOM('div', {'id': 'parentOfHost'},
@@ -195,7 +195,7 @@ backgroundColorShouldBe('host/target', 'rgb(0, 128, 0)');
cleanUp();
-debug(':host-context matches based on a composed tree when having multiple shadow roots.');
+debug(':host-context matches based on a flat tree when having multiple shadow roots.');
sandbox.appendChild(
createDOM('div', {'id': 'parentOfHost'},

Powered by Google App Engine
This is Rietveld 408576698