summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/data/newLines_wrap.qml
blob: 410b47d17c27f0148d3a39b1764ca9a1101c4f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt.VisualTest 4.7

VisualTest {
    Frame {
        msec: 0
    }
    Frame {
        msec: 16
        image: "newLines_wrap.0.png"
    }
}