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

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