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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-deep-combinator.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/style-with-deep-combinator.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-deep-combinator.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-deep-combinator.html
index 0e5da243a45faa7cb12d754df06dd5c13b1e003e..eb41ef143d75e130456396ec2ded292d828782c7 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-deep-combinator.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/style-with-deep-combinator.html
@@ -342,7 +342,7 @@ borderColorShouldNotBe('inner/target', 'rgb(255, 0, 0)');
cleanUp();
-// :host /deep/ span is declared in a shadow tree, but the shadow root does not participate in composed tree.
+// :host /deep/ span is declared in a shadow tree, but the shadow root does not participate in flat tree.
sandbox.appendChild(
createDOM('div', {'id': 'host'},

Powered by Google App Engine
This is Rietveld 408576698