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

Unified Diff: LayoutTests/fast/css/pseudo-any.html

Issue 1033943002: Rename LayoutStyle to papayawhip (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ensureComputedStyle Created 5 years, 9 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: 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");

Powered by Google App Engine
This is Rietveld 408576698