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