Fix test fails related to QTBUG-22237
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qquicktext / data / embeddedImagesRemoteError.qml
1 import QtQuick 2.0
2
3 Text {
4     textFormat: Text.RichText
5     text: "<img src='http://127.0.0.1:14453/notexists.png'>"
6 }