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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/explicit-inheritance-non-inherited.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/explicit-inheritance-non-inherited.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/explicit-inheritance-non-inherited.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/explicit-inheritance-non-inherited.html
index 8f47e0ec84c597ed39da9936be95e7021028f59d..33e272476f7df375d6b8c4c1b582527c779bda8f 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/explicit-inheritance-non-inherited.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/explicit-inheritance-non-inherited.html
@@ -20,5 +20,5 @@ root.offsetTop; // force recalc
root.style.marginLeft = "1px";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
+ shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "2");
</script>

Powered by Google App Engine
This is Rietveld 408576698