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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/scrolling/overflow-scrollability-expected.txt

Issue 1413493005: Update layout tests to work when smooth scrolling is enabled by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: worked on nit Created 5 years, 1 month 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 This tests that scrollable areas with the appropriate overflow mode set are in f act scrollable by the user. 1 This tests that scrollable areas with the appropriate overflow mode set are in f act scrollable by the user.
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 div.scrollTop == window.pixelsPerWheelTick && div.scrollLeft == window.pixe lsPerWheelTick became true
7 PASS div.scrollTop == window.pixelsPerWheelTick && div.scrollLeft == window.pixe lsPerWheelTick became true
8 PASS div.scrollTop == 0 && div.scrollLeft == 0 became true
9 PASS div.scrollTop == window.pixelsPerWheelTick && div.scrollLeft == window.pixe lsPerWheelTick became true
10 PASS div.scrollTop == 0 && div.scrollLeft == 0 became true
11 PASS div.scrollTop == 0 && div.scrollLeft == 0 became true
12 PASS div.scrollTop == 0 && div.scrollLeft == 0 became true
13 PASS div.scrollTop == 0 && div.scrollLeft == 0 became true
6 PASS successfullyParsed is true 14 PASS successfullyParsed is true
7 15
8 TEST COMPLETE 16 TEST COMPLETE
9 ===overflow:scroll with overflow
10 PASS div.scrollTop is window.pixelsPerWheelTick
11 PASS div.scrollLeft is window.pixelsPerWheelTick
12 ===overflow:auto with overflow
13 PASS div.scrollTop is window.pixelsPerWheelTick
14 PASS div.scrollLeft is window.pixelsPerWheelTick
15 ===overflow:hidden with overflow
16 PASS div.scrollTop is 0
17 PASS div.scrollLeft is 0
18 ===overflow:overlay with overflow
19 PASS div.scrollTop is window.pixelsPerWheelTick
20 PASS div.scrollLeft is window.pixelsPerWheelTick
21 ===overflow:scroll without overflow
22 PASS div.scrollTop is 0
23 PASS div.scrollLeft is 0
24 ===overflow:auto without overflow
25 PASS div.scrollTop is 0
26 PASS div.scrollLeft is 0
27 ===overflow:hidden without overflow
28 PASS div.scrollTop is 0
29 PASS div.scrollLeft is 0
30 ===overflow:overlay without overflow
31 PASS div.scrollTop is 0
32 PASS div.scrollLeft is 0
33 scroll with overflow 17 scroll with overflow
34 Content 18 Content
35 auto with overflow 19 auto with overflow
36 Content 20 Content
37 hidden with overflow 21 hidden with overflow
38 Content 22 Content
39 overlay with overflow 23 overlay with overflow
40 Content 24 Content
41 scroll without overflow 25 scroll without overflow
42 Content 26 Content
43 auto without overflow 27 auto without overflow
44 Content 28 Content
45 hidden without overflow 29 hidden without overflow
46 Content 30 Content
47 overlay without overflow 31 overlay without overflow
48 Content 32 Content
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698