Text format AutoText should use StyledText instead of RichText.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qsgtext / data / embeddedImagesRemoteError.qml
index f541e0e..5762f3e 100644 (file)
@@ -1,5 +1,6 @@
 import QtQuick 2.0
 
 Text {
+    textFormat: Text.RichText
     text: "<img src='http://127.0.0.1:14453/notexists.png'>"
 }