summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetext/data/embeddedImagesRemoteError.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-15 04:47:10 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-15 04:48:55 (GMT)
commitaad82abd84022f5401c6b79ab15d24abebf082af (patch)
treebe1bd4efd7f1b7b20b207696ee05a608f49efd27 /tests/auto/declarative/qdeclarativetext/data/embeddedImagesRemoteError.qml
parent35afac3d3a275aa69c74e174cfeb5e411816e94a (diff)
downloadQt-aad82abd84022f5401c6b79ab15d24abebf082af.zip
Qt-aad82abd84022f5401c6b79ab15d24abebf082af.tar.gz
Qt-aad82abd84022f5401c6b79ab15d24abebf082af.tar.bz2
Correctly resolve, and load, IMG tags in Text element.
Task-number: QTBUG-9900 Reviewed-by: Martin Jones
Diffstat (limited to 'tests/auto/declarative/qdeclarativetext/data/embeddedImagesRemoteError.qml')
-rw-r--r--tests/auto/declarative/qdeclarativetext/data/embeddedImagesRemoteError.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativetext/data/embeddedImagesRemoteError.qml b/tests/auto/declarative/qdeclarativetext/data/embeddedImagesRemoteError.qml
new file mode 100644
index 0000000..48c7a95
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativetext/data/embeddedImagesRemoteError.qml
@@ -0,0 +1,5 @@
+import Qt 4.6
+
+Text {
+ text: "<img src='http://127.0.0.1:14453/notexists.png'>"
+}