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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/scrolling/fractional-scroll-offset-document-expected.txt

Issue 2005193005: Disable fractional scroll feature by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@layout-test-fix
Patch Set: Fix tests Created 4 years, 6 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 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
10 PASS document.scrollingElement.scrollTop is within 0.00001 of 0
11 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0
12 PASS document.scrollingElement.scrollTop is within 0.00001 of 10.2
13 PASS document.scrollingElement.scrollLeft is within 0.00001 of 20.5
14 PASS document.scrollingElement.scrollTop is within 0.00001 of 31.1
15 PASS document.scrollingElement.scrollLeft is within 0.00001 of 9.6
16 PASS document.scrollingElement.scrollTop is within 0.00001 of 0
17 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0
18 set PreferCompositingToLCDTextEnabled false
19 PASS document.scrollingElement.scrollTop is within 0.00001 of 0 9 PASS document.scrollingElement.scrollTop is within 0.00001 of 0
20 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0 10 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0
21 PASS document.scrollingElement.scrollTop is within 0.00001 of 10 11 PASS document.scrollingElement.scrollTop is within 0.00001 of 10
22 PASS document.scrollingElement.scrollLeft is within 0.00001 of 20 12 PASS document.scrollingElement.scrollLeft is within 0.00001 of 20
23 PASS document.scrollingElement.scrollTop is within 0.00001 of 31 13 PASS document.scrollingElement.scrollTop is within 0.00001 of 31
24 PASS document.scrollingElement.scrollLeft is within 0.00001 of 9 14 PASS document.scrollingElement.scrollLeft is within 0.00001 of 9
25 PASS document.scrollingElement.scrollTop is within 0.00001 of 0 15 PASS document.scrollingElement.scrollTop is within 0.00001 of 0
26 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0 16 PASS document.scrollingElement.scrollLeft is within 0.00001 of 0
27 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698