aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml b/tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml
new file mode 100644
index 0000000000..bc5229b529
--- /dev/null
+++ b/tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml
@@ -0,0 +1,9 @@
+import QtQuick 1.0
+
+Flipable {
+ transform: Rotation {
+ axis.y: 1
+ axis.z: 0
+ angle: 180
+ }
+}