aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtDeclarative/bug_825.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtDeclarative/bug_825.qml')
-rw-r--r--tests/QtDeclarative/bug_825.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/QtDeclarative/bug_825.qml b/tests/QtDeclarative/bug_825.qml
new file mode 100644
index 000000000..dc1c450db
--- /dev/null
+++ b/tests/QtDeclarative/bug_825.qml
@@ -0,0 +1,10 @@
+import Qt 4.7
+import bugs 1.0
+
+Item {
+ width: 300; height: 200
+
+ Bug825 {
+
+ }
+}