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

Side by Side Diff: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-listbox-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 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 | Annotate | Revision Log
OLDNEW
1 1
2 This tests that an input text field can be properly scrolled with touch gestures 2 This tests that an input text field can be properly scrolled with touch gestures
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS successfullyParsed is true
8
9 TEST COMPLETE
7 ===Testing fling gestures=== 10 ===Testing fling gestures===
8 PASS box.scrollTop is 0 11 PASS box.scrollTop is 0
9 PASS container.scrollTop is 0 12 PASS container.scrollTop is 0
10 Flinging the list box should scroll the list, the scrolls should be locked to it em boundaries 13 Flinging the list box should scroll the list, the scrolls should be locked to it em boundaries
11 PASS box.scrollTop is 2*itemHeight 14 PASS box.scrollTop is 2*itemHeight
12 PASS container.scrollTop is 0 15 PASS container.scrollTop is 0
13 Flinging the list past the end shouldn't scroll containing div 16 Flinging the list past the end shouldn't scroll containing div
14 PASS box.scrollTop is fullyScrolled 17 PASS box.scrollTop is fullyScrolled
15 PASS container.scrollTop is 0 18 PASS container.scrollTop is 0
16 Flinging fully scrolled list should fling containing div 19 Flinging fully scrolled list should fling containing div
(...skipping 10 matching lines...) Expand all
27 Gesture scrolling list past the end should scroll container div 30 Gesture scrolling list past the end should scroll container div
28 PASS box.scrollTop is fullyScrolled 31 PASS box.scrollTop is fullyScrolled
29 PASS container.scrollTop is 50 32 PASS container.scrollTop is 50
30 ===Testing horizontal scroll=== 33 ===Testing horizontal scroll===
31 PASS box.scrollLeft is 0 34 PASS box.scrollLeft is 0
32 PASS container.scrollLeft is 0 35 PASS container.scrollLeft is 0
33 Horizontal scrolls should not affect listbox 36 Horizontal scrolls should not affect listbox
34 PASS box.scrollLeft is 0 37 PASS box.scrollLeft is 0
35 PASS container.scrollLeft is 60 38 PASS container.scrollLeft is 60
36 39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698