aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgtextinput/data/preeditAutoScroll.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgtextinput/data/preeditAutoScroll.qml')
-rw-r--r--tests/auto/declarative/qsgtextinput/data/preeditAutoScroll.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsgtextinput/data/preeditAutoScroll.qml b/tests/auto/declarative/qsgtextinput/data/preeditAutoScroll.qml
new file mode 100644
index 0000000000..9d98a2e220
--- /dev/null
+++ b/tests/auto/declarative/qsgtextinput/data/preeditAutoScroll.qml
@@ -0,0 +1,7 @@
+import QtQuick 2.0
+
+TextInput {
+ focus: true
+ text: "super"
+ autoScroll: true
+}