aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/qdeclarativetext/font/BorderedText.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlvisual/qdeclarativetext/font/BorderedText.qml')
-rw-r--r--tests/auto/declarative/qmlvisual/qdeclarativetext/font/BorderedText.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/BorderedText.qml b/tests/auto/declarative/qmlvisual/qdeclarativetext/font/BorderedText.qml
deleted file mode 100644
index fe4e2e7025..0000000000
--- a/tests/auto/declarative/qmlvisual/qdeclarativetext/font/BorderedText.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import QtQuick 1.0
-import "../../shared" 1.0
-
-TestText {
- property color bcolor: "blue"
- font.pixelSize: 10
- text: "The quick brown fox\njumps over\nthe lazy dog."
- Rectangle { id: border; color: "transparent"; border.color: bcolor; anchors.fill: parent; opacity: 0.2 }
-}