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

Side by Side 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 unified diff | Download patch
OLDNEW
1 PASS document.scrollingElement.scrollHeight is within 0.00001 of 1000 1 PASS document.scrollingElement.scrollHeight is within 0.00001 of 1000
2 PASS document.scrollingElement.scrollWidth is within 0.00001 of 1000 2 PASS document.scrollingElement.scrollWidth is within 0.00001 of 1000
3 PASS document.scrollingElement.scrollLeft is within 0.00001 of 50 3 PASS document.scrollingElement.scrollLeft is within 0.00001 of 40
4 PASS document.scrollingElement.scrollHeight is within 0.00001 of 1000 4 PASS document.scrollingElement.scrollHeight is within 0.00001 of 1000
5 PASS document.scrollingElement.scrollWidth is within 0.00001 of 1000 5 PASS document.scrollingElement.scrollWidth is within 0.00001 of 1000
6 PASS document.scrollingElement.scrollTop is within 0.00001 of 0 6 PASS document.scrollingElement.scrollTop is within 0.00001 of 0
7 PASS document.scrollingElement.scrollLeft is within 0.00001 of 50 7 PASS document.scrollingElement.scrollLeft is within 0.00001 of 40
8 PASS document.scrollingElement.scrollTop is within 0.00001 of 100 8 PASS document.scrollingElement.scrollTop is within 0.00001 of 100
9 PASS document.scrollingElement.scrollTop is within 0.00001 of 100 9 PASS document.scrollingElement.scrollTop is within 0.00001 of 100
10 PASS document.scrollingElement.scrollLeft is within 0.00001 of 50 10 PASS document.scrollingElement.scrollLeft is within 0.00001 of 40
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14 Test for rdar://problem/6643103 Unscaled values from body.scrollHeight. 14 Test for rdar://problem/6643103 Unscaled values from body.scrollHeight.
OLDNEW
« 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