Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativetext / data / embeddedImagesRemote.qml
1 import QtQuick 1.0
2
3 Text {
4     text: "<img src='http://127.0.0.1:14453/exists.png'>"
5 }