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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/zoom-body-scroll.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/css/zoom-body-scroll.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/zoom-body-scroll.html b/third_party/WebKit/LayoutTests/fast/css/zoom-body-scroll.html
index 24b8ff644e26057aa2955b043c6e09b9da48622d..322427edd643b87892d163cb6a1ad12df328c6b5 100644
--- a/third_party/WebKit/LayoutTests/fast/css/zoom-body-scroll.html
+++ b/third_party/WebKit/LayoutTests/fast/css/zoom-body-scroll.html
@@ -9,6 +9,8 @@
</p>
<script src="../../resources/js-test.js"></script>
<script>
+ setPrintTestResultsLazily();
+
var floatPrecision = 0.00001;
function checkValue(actual, expected)
{

Powered by Google App Engine
This is Rietveld 408576698