aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgtext/data/embeddedImagesLocalError.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qsgtext/data/embeddedImagesLocalError.qml')
-rw-r--r--tests/auto/declarative/qsgtext/data/embeddedImagesLocalError.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsgtext/data/embeddedImagesLocalError.qml b/tests/auto/declarative/qsgtext/data/embeddedImagesLocalError.qml
index e6719481db..a2f7e0c89f 100644
--- a/tests/auto/declarative/qsgtext/data/embeddedImagesLocalError.qml
+++ b/tests/auto/declarative/qsgtext/data/embeddedImagesLocalError.qml
@@ -1,5 +1,6 @@
import QtQuick 2.0
Text {
+ textFormat: Text.RichText
text: "<img src='http/notexists.png'>"
}