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

Side by Side Diff: LayoutTests/fast/css/zoom-body-scroll-expected.txt

Issue 1133693002: Update most LayoutTests to be agnostic to scrollTopLeftInterop mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tdresser cr feedback Created 5 years, 7 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 | Annotate | Revision Log
OLDNEW
1 PASS document.body.scrollHeight is within 0.00001 of 1000 1 PASS document.scrollingElement.scrollHeight is within 0.00001 of 1000
2 PASS document.body.scrollWidth is within 0.00001 of 1000 2 PASS document.scrollingElement.scrollWidth is within 0.00001 of 1000
3 PASS document.body.scrollLeft is within 0.00001 of 50 3 PASS document.scrollingElement.scrollLeft is within 0.00001 of 50
4 PASS document.body.scrollHeight is within 0.00001 of 1000 4 PASS document.scrollingElement.scrollHeight is within 0.00001 of 1000
5 PASS document.body.scrollWidth is within 0.00001 of 1000 5 PASS document.scrollingElement.scrollWidth is within 0.00001 of 1000
6 PASS document.body.scrollTop is within 0.00001 of 0 6 PASS document.scrollingElement.scrollTop is within 0.00001 of 0
7 PASS document.body.scrollLeft is within 0.00001 of 50 7 PASS document.scrollingElement.scrollLeft is within 0.00001 of 50
8 PASS document.body.scrollTop is within 0.00001 of 100 8 PASS document.scrollingElement.scrollTop is within 0.00001 of 100
9 PASS document.body.scrollTop is within 0.00001 of 100 9 PASS document.scrollingElement.scrollTop is within 0.00001 of 100
10 PASS document.body.scrollLeft is within 0.00001 of 50 10 PASS document.scrollingElement.scrollLeft is within 0.00001 of 50
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 | « LayoutTests/fast/css/zoom-body-scroll.html ('k') | LayoutTests/fast/dom/anchor-without-content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698