summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetext/data/embeddedImagesLocal.qml
blob: 5aeea5650a174051b289f2de4ad7ba47f807ed44 (plain)
1
2
3
4
5
import Qt 4.6

Text {
    text: "<img src='http/exists.png'>"
}