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

Unified Diff: third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html

Issue 2165763002: Fix layout tests that would fail if ScrollAnchoring was promoted to experimental (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments Created 4 years, 5 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/scrolling/scroll-to-origin-with-options-no-layout.html
diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html b/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html
index 5c759fa445a2c5680e3f12a7f181a4bf9a95cb9d..9179b8eb432ae5df31d34ad6f6eb1a92233109b5 100644
--- a/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html
+++ b/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-with-options-no-layout.html
@@ -4,6 +4,8 @@
<script>
var styleCount, layoutCount;
+setPrintTestResultsLazily();
+
function assertSyncLayout(sync) {
if (window.internals) {
styleCount = internals.updateStyleAndReturnAffectedElementCount();

Powered by Google App Engine
This is Rietveld 408576698