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

Unified Diff: LayoutTests/fast/events/scale-and-scroll-div-expected.txt

Issue 610423004: Preserve fractional scroll offset for JS scrolling API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 2 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: LayoutTests/fast/events/scale-and-scroll-div-expected.txt
diff --git a/LayoutTests/fast/events/scale-and-scroll-div-expected.txt b/LayoutTests/fast/events/scale-and-scroll-div-expected.txt
index c232a7f21bb7d8d4d662dd8317049f9075d050a7..4c165e7ca8691818dccad1af0a96f79f97e5ab39 100644
--- a/LayoutTests/fast/events/scale-and-scroll-div-expected.txt
+++ b/LayoutTests/fast/events/scale-and-scroll-div-expected.txt
@@ -7,15 +7,15 @@ PASS successfullyParsed is true
TEST COMPLETE
Scrolling unscaled div
-PASS scrollBox.scrollTop is expectedScrollDistance
-PASS scrollBox.scrollTop is expectedScrollDistance
+PASS scrollBox.scrollTop is within 0.1 of 10
+PASS scrollBox.scrollTop is within 0.1 of 10
Scrolling 1.5 scaled div
-PASS scrollBox.scrollTop is expectedScrollDistance
-PASS scrollBox.scrollTop is expectedScrollDistance
+PASS scrollBox.scrollTop is within 0.1 of 6.666666666666667
+PASS scrollBox.scrollTop is within 0.1 of 13.333333333333332
Scrolling 1.63 scaled div
-PASS scrollBox.scrollTop is expectedScrollDistance
-PASS scrollBox.scrollTop is expectedScrollDistance
+PASS scrollBox.scrollTop is within 0.1 of 6.134969325153374
+PASS scrollBox.scrollTop is within 0.1 of 13.865030674846626
Scrolling 2.0 scaled div
-PASS scrollBox.scrollTop is expectedScrollDistance
-PASS scrollBox.scrollTop is expectedScrollDistance
+PASS scrollBox.scrollTop is within 0.1 of 5
+PASS scrollBox.scrollTop is within 0.1 of 15

Powered by Google App Engine
This is Rietveld 408576698