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

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