Index: third_party/WebKit/LayoutTests/fast/dom/shadow/getComputedStyle-composed-parent-dirty.html |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/getComputedStyle-composed-parent-dirty.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/getComputedStyle-composed-parent-dirty.html |
index ca17cc64f0601ef9d1394b2bc8af1daf165e4349..40c6fe1ebbc872367c5f78d4ef4d1f10c391edd1 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/getComputedStyle-composed-parent-dirty.html |
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/getComputedStyle-composed-parent-dirty.html |
@@ -7,7 +7,7 @@ |
</div> |
<script> |
-description("getComputedStyle should update style if the parent node in the composed tree needs a recalc."); |
+description("getComputedStyle should update style if the parent node in the flat tree needs a recalc."); |
var root = document.getElementById("host").createShadowRoot(); |
var wrapper = root.appendChild(document.createElement("div")); |