Index: LayoutTests/fast/css/pseudo-any.html |
diff --git a/LayoutTests/fast/css/pseudo-any.html b/LayoutTests/fast/css/pseudo-any.html |
index fcc25708b5d942918da478fc34abb853727a9a3d..604472640992fd5f2d9b011fd31e53914866a15e 100644 |
--- a/LayoutTests/fast/css/pseudo-any.html |
+++ b/LayoutTests/fast/css/pseudo-any.html |
@@ -123,7 +123,7 @@ function focus(selector) |
assertBlue("h1"); |
assertBlue("#div1"); |
-// Ensure the div with ID after the first div does not share a LayoutStyle with the first div. |
+// Ensure the div with ID after the first div does not share a ComputedStyle with the first div. |
assertWhite(document.querySelectorAll("div")[1]); |
assertBlue("b"); |