summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/simplecanvasitem/data/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/simplecanvasitem/data/test.xml')
-rw-r--r--tests/auto/declarative/simplecanvasitem/data/test.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/declarative/simplecanvasitem/data/test.xml b/tests/auto/declarative/simplecanvasitem/data/test.xml
deleted file mode 100644
index 9b8f10a..0000000
--- a/tests/auto/declarative/simplecanvasitem/data/test.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<Item width="320" height="480">
- <Rect color="blue" x="20" y="20" width="20" height="20">
- <Rect color="black" x="20" y="20" width="10" height="10"/>
- </Rect>
- <Rect color="red" x="40" y="20" width="20" height="20"/>
- <Rect color="green" x="60" y="20" width="20" height="20"/>
- <Rect color="yellow" x="20" y="40" width="20" height="20"/>
- <Rect color="purple" x="20" y="60" width="20" height="20"/>
- <Rect color="white" x="40" y="40" width="20" height="20"/>
- <Rect anchors.fill="{parent}" color="gray" z="-1"/>
-</Item>
-