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

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