Fix test fails related to QTBUG-22237
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qsgtextinput / data / preeditAutoScroll.qml
1 import QtQuick 2.0
2
3 TextInput {
4     focus: true
5     text: "super"
6     autoScroll: true
7 }