Merge master <-> api_changes
[profile/ivi/qtdeclarative.git] / tests / auto / quick / qquicktext / data / embeddedImagesLocal.qml
1 import QtQuick 2.0
2
3 Text {
4     textFormat: Text.RichText
5     text: "<img src='http/exists.png'>"
6 }