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

Unified Diff: LayoutTests/fast/dom/zoom-scroll-page-test.html

Issue 1301523006: Fixed layout tests to be scroll order agnostic (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added comment Created 5 years, 4 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/dom/zoom-scroll-page-test.html
diff --git a/LayoutTests/fast/dom/zoom-scroll-page-test.html b/LayoutTests/fast/dom/zoom-scroll-page-test.html
index 3b784181ca99844ad5edf12b1ce5b0fff9f062c5..5ee897add53f9cb64e02a874eefe8a02bc5f2798 100644
--- a/LayoutTests/fast/dom/zoom-scroll-page-test.html
+++ b/LayoutTests/fast/dom/zoom-scroll-page-test.html
@@ -27,7 +27,7 @@
zoomBy(zoomFactor);
window.scrollTo(10, 10);
window.scrollBy(0, y);
- shouldBeCloseTo('window.pageYOffset', y+10, 3, false);
+ shouldBeCloseTo('window.pageYOffset', y+10, 4, false);
zoomBy(-zoomFactor);
}
else
« no previous file with comments | « LayoutTests/fast/dom/elementFromPoint-scaled-scrolled.html ('k') | LayoutTests/fast/dom/zoom-scroll-page-test-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698