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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/zoom-body-scroll-expected.txt

Issue 2387883002: Use float for scroll offset. (Closed)
Patch Set: Fix README.md Created 4 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: third_party/WebKit/LayoutTests/fast/css/zoom-body-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/zoom-body-scroll-expected.txt b/third_party/WebKit/LayoutTests/fast/css/zoom-body-scroll-expected.txt
index e76c26b2a9eb9bc5d8735c0b216632d8c4853f05..8a867794f92c3a33c07cca4bd05bb64d584e51da 100644
--- a/third_party/WebKit/LayoutTests/fast/css/zoom-body-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/zoom-body-scroll-expected.txt
@@ -1,13 +1,13 @@
PASS document.scrollingElement.scrollHeight is within 0.00001 of 1000
PASS document.scrollingElement.scrollWidth is within 0.00001 of 1000
-PASS document.scrollingElement.scrollLeft is within 0.00001 of 50
+PASS document.scrollingElement.scrollLeft is within 0.00001 of 40
PASS document.scrollingElement.scrollHeight is within 0.00001 of 1000
PASS document.scrollingElement.scrollWidth is within 0.00001 of 1000
PASS document.scrollingElement.scrollTop is within 0.00001 of 0
-PASS document.scrollingElement.scrollLeft is within 0.00001 of 50
+PASS document.scrollingElement.scrollLeft is within 0.00001 of 40
PASS document.scrollingElement.scrollTop is within 0.00001 of 100
PASS document.scrollingElement.scrollTop is within 0.00001 of 100
-PASS document.scrollingElement.scrollLeft is within 0.00001 of 50
+PASS document.scrollingElement.scrollLeft is within 0.00001 of 40
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/css/zoom-body-scroll.html ('k') | third_party/WebKit/Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698