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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/css/invalidation/recalc-direct-adjacent-001.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html
index 94123b20815a47e2f8d21213a4bd678d34d193de..2f8bdd26bafc8201dd056008cf1b8095279eec4a 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html
@@ -24,12 +24,12 @@ if (window.testRunner)
description("Check that we don't do unnecessary style recalcs for sibling trees.");
if (window.internals)
- internals.updateStyleAndReturnAffectedElementCount();
+ internals.updateStyleAndLayoutAndReturnAffectedElementCount();
document.getElementById("top").className = "match";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
+ shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "2");
shouldBe("getComputedStyle(document.getElementById('green'), null).color", "'rgb(0, 128, 0)'");

Powered by Google App Engine
This is Rietveld 408576698