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

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