aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetext/data/embeddedImagesRemote.qml
blob: 438f4a06d32203c1744d825da0409a98f02180e8 (plain)
1
2
3
4
5
import QtQuick 1.0

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