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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/full-page-media.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/full-page-media.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/full-page-media.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/full-page-media.html
index 401e6e27879ff464843f08200f92945257df9d11..b903cbd363a9cf871670ee99ce1e4d2d8143a1ea 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/full-page-media.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/full-page-media.html
@@ -28,7 +28,7 @@ inner.offsetTop; // force recalc
outer.className = "outer";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
+ shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "1");
shouldBe("getComputedStyle(inner).backgroundColor", "green");
</script>

Powered by Google App Engine
This is Rietveld 408576698