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

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