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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/scrolling/scrolling-apis-subpixel-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 scrolling APIs support fractional offsets. 1 Verifies that scrolling APIs support fractional offsets.
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 set PreferCompositingToLCDTextEnabled true
7 Scrolling DIV with scrollTop/scrollLeft
8 PASS scroller.scrollTop is within 0.01 of 4.2
9 PASS scroller.scrollLeft is within 0.01 of 4.2
10 Scrolling the document with window.scroll
11 PASS window.scrollY is within 0.01 of 5.2
12 PASS window.scrollX is within 0.01 of 5.2
13 Scrolling the document with window.scrollTo
14 PASS window.pageYOffset is within 0.01 of 5.2
15 PASS window.pageXOffset is within 0.01 of 5.2
16 Scrolling the document with window.scrollBy
17 PASS window.scrollY is within 0.01 of 5.2
18 PASS window.scrollX is within 0.01 of 5.2
19
20 ---- Testing page zoom = 2 ----
21 Scrolling DIV with scrollTop/scrollLeft 6 Scrolling DIV with scrollTop/scrollLeft
22 PASS scroller.scrollTop is within 0.01 of 4 7 PASS scroller.scrollTop is within 0.01 of 4
23 PASS scroller.scrollLeft is within 0.01 of 4 8 PASS scroller.scrollLeft is within 0.01 of 4
24 Scrolling the document with window.scroll
25 PASS window.scrollY is within 0.01 of 5
26 PASS window.scrollX is within 0.01 of 5
27 Scrolling the document with window.scrollTo
28 PASS window.pageYOffset is within 0.01 of 5
29 PASS window.pageXOffset is within 0.01 of 5
30 Scrolling the document with window.scrollBy
31 PASS window.scrollY is within 0.01 of 5
32 PASS window.scrollX is within 0.01 of 5
33
34 Scrolling DIV with scrollTop/scrollLeft
35 PASS scroller.scrollTop is within 0.01 of 4.5
36 PASS scroller.scrollLeft is within 0.01 of 4.5
37 Scrolling the document with window.scroll
38 PASS window.scrollY is within 0.01 of 5.5
39 PASS window.scrollX is within 0.01 of 5.5
40 Scrolling the document with window.scrollTo
41 PASS window.pageYOffset is within 0.01 of 5.5
42 PASS window.pageXOffset is within 0.01 of 5.5
43 Scrolling the document with window.scrollBy
44 PASS window.scrollY is within 0.01 of 5.5
45 PASS window.scrollX is within 0.01 of 5.5
46
47 set PreferCompositingToLCDTextEnabled false
48 Scrolling DIV with scrollTop/scrollLeft
49 PASS scroller.scrollTop is within 0.01 of 4
50 PASS scroller.scrollLeft is within 0.01 of 4
51 Scrolling the document with window.scroll 9 Scrolling the document with window.scroll
52 PASS window.scrollY is within 0.01 of 5 10 PASS window.scrollY is within 0.01 of 5
53 PASS window.scrollX is within 0.01 of 5 11 PASS window.scrollX is within 0.01 of 5
54 Scrolling the document with window.scrollTo 12 Scrolling the document with window.scrollTo
55 PASS window.pageYOffset is within 0.01 of 5 13 PASS window.pageYOffset is within 0.01 of 5
56 PASS window.pageXOffset is within 0.01 of 5 14 PASS window.pageXOffset is within 0.01 of 5
57 Scrolling the document with window.scrollBy 15 Scrolling the document with window.scrollBy
58 PASS window.scrollY is within 0.01 of 5 16 PASS window.scrollY is within 0.01 of 5
59 PASS window.scrollX is within 0.01 of 5 17 PASS window.scrollX is within 0.01 of 5
60 18
(...skipping 21 matching lines...) Expand all
82 PASS window.pageYOffset is within 0.01 of 5.5 40 PASS window.pageYOffset is within 0.01 of 5.5
83 PASS window.pageXOffset is within 0.01 of 5.5 41 PASS window.pageXOffset is within 0.01 of 5.5
84 Scrolling the document with window.scrollBy 42 Scrolling the document with window.scrollBy
85 PASS window.scrollY is within 0.01 of 5.5 43 PASS window.scrollY is within 0.01 of 5.5
86 PASS window.scrollX is within 0.01 of 5.5 44 PASS window.scrollX is within 0.01 of 5.5
87 45
88 PASS successfullyParsed is true 46 PASS successfullyParsed is true
89 47
90 TEST COMPLETE 48 TEST COMPLETE
91 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698