aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickloader/data/loader-async-race-rect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickloader/data/loader-async-race-rect.qml')
-rw-r--r--tests/auto/quick/qquickloader/data/loader-async-race-rect.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickloader/data/loader-async-race-rect.qml b/tests/auto/quick/qquickloader/data/loader-async-race-rect.qml
new file mode 100644
index 0000000000..a56dcea5ad
--- /dev/null
+++ b/tests/auto/quick/qquickloader/data/loader-async-race-rect.qml
@@ -0,0 +1,10 @@
+import QtQuick 2.15
+
+Rectangle {
+ anchors.fill: parent
+ color: "blue"
+ Item {
+ Item {
+ }
+ }
+}