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

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