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

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