aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickborderimage/data/nonmesh.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickborderimage/data/nonmesh.qml')
-rw-r--r--tests/auto/quick/qquickborderimage/data/nonmesh.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickborderimage/data/nonmesh.qml b/tests/auto/quick/qquickborderimage/data/nonmesh.qml
new file mode 100644
index 0000000000..7a1830a942
--- /dev/null
+++ b/tests/auto/quick/qquickborderimage/data/nonmesh.qml
@@ -0,0 +1,11 @@
+import QtQuick 2.8
+
+BorderImage {
+ width: 300
+ height: 300
+ source: "colors.png"
+ border.left: 30
+ border.right: 30
+ border.top: 30
+ border.bottom: 30
+}