aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetext/data/embeddedImagesLocalError.qml
blob: 4dc0d3e16fd0647217c8faccc5bbc0b3c6e12096 (plain)
1
2
3
4
5
import QtQuick 1.0

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