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

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

Issue 15725009: Should be able to scroll text in <input> fields with touch (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanup from initial CR Created 7 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
(Empty)
1
2 This tests that input text fields can be touch scrolled
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 Testing gesture scroll on text field
8 PASS box.scrollLeft is 40
9 Testing fling gesture scroll on text field
10 PASS box.scrollWidth - box.scrollLeft is box.clientWidth
11 PASS body.scrollLeft is 0
12 Testing fling gesture scroll on fully scrolled text field scrolls parent
13 PASS textfield.scrollWidth - textfield.scrollLeft is textfield.clientWidth
14 PASS body.scrollLeft is 110
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18
OLDNEW
« no previous file with comments | « LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-text-field.html ('k') | Source/core/platform/ScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698