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 |
+ |