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

Unified Diff: third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-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-no-layout.html
diff --git a/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-no-layout.html b/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-no-layout.html
index 48d701e1aa832b6f6af915e5bdb55ca70f523ce4..66c439658e857777d6c84dcc49fe2ab0d51138f2 100644
--- a/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-no-layout.html
+++ b/third_party/WebKit/LayoutTests/fast/scrolling/scroll-to-origin-no-layout.html
@@ -2,6 +2,8 @@
<script src="../../resources/js-test.js"></script>
<div id="spanner"></div>
<script>
+setPrintTestResultsLazily();
+
spanner.style.height = "3000px";
scrollTo(0, 1000);

Powered by Google App Engine
This is Rietveld 408576698