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

Unified Diff: third_party/WebKit/LayoutTests/fast/layout/display-none-no-relayout.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/layout/display-none-no-relayout.html
diff --git a/third_party/WebKit/LayoutTests/fast/layout/display-none-no-relayout.html b/third_party/WebKit/LayoutTests/fast/layout/display-none-no-relayout.html
index eb6964e5565ef07d370509c867fe6bf76d83637a..311bd336d5ecbcb3c8840892c3b9abf19b10c21e 100644
--- a/third_party/WebKit/LayoutTests/fast/layout/display-none-no-relayout.html
+++ b/third_party/WebKit/LayoutTests/fast/layout/display-none-no-relayout.html
@@ -22,7 +22,7 @@ var parent = document.getElementById("parent");
parent.className = "a";
if (window.internals) {
- shouldBe("window.internals.updateStyleAndReturnAffectedElementCount()", "2", true);
+ shouldBe("window.internals.updateStyleAndLayoutAndReturnAffectedElementCount()", "2", true);
shouldBe("window.internals.needsLayoutCount()", "0", true);
}
</script>

Powered by Google App Engine
This is Rietveld 408576698