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'}, |