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

Side by Side Diff: LayoutTests/fast/scrolling/fractional-scroll-offset-document-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 Verifies that document scrolling supports fractional offset. 1 Verifies that document scrolling supports fractional offset.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS successfullyParsed is true 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 set PreferCompositingToLCDTextEnabled true 9 set PreferCompositingToLCDTextEnabled true
10 PASS document.body.scrollTop is within 0.00001 of 0 10 PASS document.scrollingElement.scrollTop is within 0.00001 of 0
11 PASS document.body.scrollLeft is within 0.00001 of 0 11 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0
12 PASS document.body.scrollTop is within 0.00001 of 10.2 12 PASS document.scrollingElement.scrollTop is within 0.00001 of 10.2
13 PASS document.body.scrollLeft is within 0.00001 of 20.5 13 PASS document.scrollingElement.scrollLeft is within 0.00001 of 20.5
14 PASS document.body.scrollTop is within 0.00001 of 31.1 14 PASS document.scrollingElement.scrollTop is within 0.00001 of 31.1
15 PASS document.body.scrollLeft is within 0.00001 of 9.6 15 PASS document.scrollingElement.scrollLeft is within 0.00001 of 9.6
16 PASS document.body.scrollTop is within 0.00001 of 0 16 PASS document.scrollingElement.scrollTop is within 0.00001 of 0
17 PASS document.body.scrollLeft is within 0.00001 of 0 17 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0
18 set PreferCompositingToLCDTextEnabled false 18 set PreferCompositingToLCDTextEnabled false
19 PASS document.body.scrollTop is within 0.00001 of 0 19 PASS document.scrollingElement.scrollTop is within 0.00001 of 0
20 PASS document.body.scrollLeft is within 0.00001 of 0 20 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0
21 PASS document.body.scrollTop is within 0.00001 of 10 21 PASS document.scrollingElement.scrollTop is within 0.00001 of 10
22 PASS document.body.scrollLeft is within 0.00001 of 20 22 PASS document.scrollingElement.scrollLeft is within 0.00001 of 20
23 PASS document.body.scrollTop is within 0.00001 of 31 23 PASS document.scrollingElement.scrollTop is within 0.00001 of 31
24 PASS document.body.scrollLeft is within 0.00001 of 9 24 PASS document.scrollingElement.scrollLeft is within 0.00001 of 9
25 PASS document.body.scrollTop is within 0.00001 of 0 25 PASS document.scrollingElement.scrollTop is within 0.00001 of 0
26 PASS document.body.scrollLeft is within 0.00001 of 0 26 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0
27 27
OLDNEW
« no previous file with comments | « LayoutTests/fast/scrolling/fractional-scroll-offset-document.html ('k') | LayoutTests/fast/scrolling/hover-during-scroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698