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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks-expected.txt

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks-expected.txt
index 2eb53ce3e4dd5be36a45ad8bf2443520e29ff360..5a564ec8aad0f69e84fc7fe5d9b8338caa74b65d 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Document/scrollingElement-noLayout-quirks-expected.txt
@@ -8,7 +8,7 @@ PASS document.scrollingElement is document.body
Verifying layout hasn't been triggered
PASS internals.needsLayoutCount() is 3
But style update was
-PASS internals.updateStyleAndReturnAffectedElementCount() is 0
+PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() is 0
Verify style change is reflected - body is now a real scrolling block element
PASS document.scrollingElement is null
Verifying layout still hasn't been triggered

Powered by Google App Engine
This is Rietveld 408576698