aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgtext/data/embeddedImagesLocal.qml
blob: d71e9bb5bff6807666b4f411e620ab822962d059 (plain)
1
2
3
4
5
import QtQuick 2.0

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