aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativetext/data/embeddedImagesRemoteError.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativetext/data/embeddedImagesRemoteError.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativetext/data/embeddedImagesRemoteError.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qtquick1/qdeclarativetext/data/embeddedImagesRemoteError.qml b/tests/auto/qtquick1/qdeclarativetext/data/embeddedImagesRemoteError.qml
deleted file mode 100644
index c24bf24f9c..0000000000
--- a/tests/auto/qtquick1/qdeclarativetext/data/embeddedImagesRemoteError.qml
+++ /dev/null
@@ -1,5 +0,0 @@
-import QtQuick 1.0
-
-Text {
- text: "<img src='http://127.0.0.1:14453/notexists.png'>"
-}