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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.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/dom/Document/scrollingElement-noLayout-quirks.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html b/third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html
index 8c270c84fda39b79006fb6b2d05ed4f0f34cbf72..e07cf017392cc2c917e73b5da43331911eb5a8c2 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks.html
@@ -27,7 +27,7 @@
debug("Verifying layout hasn't been triggered");
shouldBe("internals.needsLayoutCount()", "3");
debug("But style update was");
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "0");
+ shouldBe("internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "0");
document.documentElement.style.overflow = "scroll";

Powered by Google App Engine
This is Rietveld 408576698