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

Unified Diff: LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt

Issue 22488004: Made text inside <input> elements scrollable using touch gestures (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Layout test minor fix Created 7 years, 4 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-input-field-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..76e5d4a393a1cbbdb7d30ebc6b4854b168472519
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/touch-gesture-scroll-input-field-expected.txt
@@ -0,0 +1,22 @@
+
+This tests that an input text field can be properly scrolled with touch gestures
tdanderson 2013/08/08 20:01:16 Can you do a quick sanity check that everything wo
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Flinging input text should scroll the text
tdanderson 2013/08/08 20:01:16 On lines 7 and 16 make it clear that you're not fl
bokan 2013/08/12 16:19:29 Done
+PASS box.scrollLeft is 40
+PASS container.scrollLeft is 0
+Flinging input text past the scrollable width shouldn't scroll containing div
+PASS box.scrollLeft is box.scrollWidth - box.clientWidth
tdanderson 2013/08/08 20:01:16 In the expected results it is better report the ac
bokan 2013/08/12 16:19:29 Done
+PASS container.scrollLeft is 0
+Flinging fully scrolled input text should fling containing div
+PASS box.scrollLeft is box.scrollWidth - box.clientWidth
+PASS container.scrollLeft is 60
+Gesture scrolling input text a bit should scroll the text
tdanderson 2013/08/08 20:01:16 I would add a sanity check between the end of the
bokan 2013/08/12 16:19:29 Done.
+PASS box.scrollLeft is 60
+PASS container.scrollLeft is 0
+Gesture scrolling input text past scroll width should scroll container div
+PASS box.scrollLeft is box.scrollWidth - box.clientWidth
+PASS container.scrollLeft is 50
+

Powered by Google App Engine
This is Rietveld 408576698