aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetext/data/embeddedImagesLocal.qml
blob: ee9b95a2a7c3d62188215e207576aa7a9919c0c4 (plain)
1
2
3
4
5
import QtQuick 1.0

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