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

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