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

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