aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/data/embeddedImagesLocalError.qml
blob: a2f7e0c89f8e798afa6e0d6dca75f37d43bbad9e (plain)
1
2
3
4
5
6
import QtQuick 2.0

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