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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-text-field-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-text-field-expected.txt b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-text-field-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3425592f3be59af88476b59e7dfe08db398d4e68
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-text-field-expected.txt
@@ -0,0 +1,18 @@
+
+This tests that input text fields can be touch scrolled
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Testing gesture scroll on text field
+PASS box.scrollLeft is 40
+Testing fling gesture scroll on text field
+PASS box.scrollWidth - box.scrollLeft is box.clientWidth
+PASS body.scrollLeft is 0
+Testing fling gesture scroll on fully scrolled text field scrolls parent
+PASS textfield.scrollWidth - textfield.scrollLeft is textfield.clientWidth
+PASS body.scrollLeft is 110
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« 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