aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetext/maximumLineCount/data/newLines.qml
blob: affd3a61e76aab62c419080ebc53c93f50162a8b (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.0.png"
    }
}