aboutsummaryrefslogtreecommitdiffstats
path: root/tests/baseline/scenegraph/data/shape/shape_order_async.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/baseline/scenegraph/data/shape/shape_order_async.qml')
-rw-r--r--tests/baseline/scenegraph/data/shape/shape_order_async.qml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/baseline/scenegraph/data/shape/shape_order_async.qml b/tests/baseline/scenegraph/data/shape/shape_order_async.qml
new file mode 100644
index 0000000000..5dc96721b3
--- /dev/null
+++ b/tests/baseline/scenegraph/data/shape/shape_order_async.qml
@@ -0,0 +1,12 @@
+import QtQuick
+
+Item {
+ width: 320
+ height: 480
+
+ OrderedPaths {
+ anchors.fill: parent
+ async: true
+ }
+}
+