diff --git a/tests/manual/scenegraph_lancelot/data/rectangles/test-rectangles.qml b/tests/manual/scenegraph_lancelot/data/rectangles/test-rectangles.qml
index b2dcf4e675ff121365679a5ee9d19e2189592998..0eb0a37de80e405c172a0ec72455a2eaa77e14b8 100644
--- a/tests/manual/scenegraph_lancelot/data/rectangles/test-rectangles.qml
+++ b/tests/manual/scenegraph_lancelot/data/rectangles/test-rectangles.qml
@@ -42,7 +42,7 @@ Rectangle {
                             anchors.fill: parent
                             anchors.margins: 10
                             radius: index * 20
-                            border.aligned: local._index == 1
+                            border.pixelAligned: local._index == 1
                             border.width: local._index == 0 ? 0 : 0.5
                             opacity: 0.5
                             color: "steelBlue"
@@ -58,7 +58,7 @@ Rectangle {
                             anchors.fill: parent
                             anchors.margins: 10
                             radius: index * 20
-                            border.aligned: local._index == 1
+                            border.pixelAligned: local._index == 1
                             border.width: local._index == 0 ? 0 : 0.5
                             opacity: 0.5
                             gradient: Gradient {
diff --git a/tests/manual/scenegraph_lancelot/data/shaders/culling/culling_1.qml b/tests/manual/scenegraph_lancelot/data/shaders/culling/culling_1.qml
index 47687918e0ef6f09f04e5c63450403f4cbd65fd2..76ce60fd7d1e2484b2006cf3449809b67923c01c 100644
--- a/tests/manual/scenegraph_lancelot/data/shaders/culling/culling_1.qml
+++ b/tests/manual/scenegraph_lancelot/data/shaders/culling/culling_1.qml
@@ -69,7 +69,7 @@ Rectangle {
                     anchors.margins: 10
                     width: 200
                     height: 100
-                    culling: model.bar
+                    cullMode: model.bar
                     property variant frontSource: front
                     property variant backSource: back
                     fragmentShader: "
diff --git a/tests/manual/scenegraph_lancelot/data/shaders/culling/culling_2.qml b/tests/manual/scenegraph_lancelot/data/shaders/culling/culling_2.qml
index a6fcc260cdf292c47c3ad1e0a61f2e6d84c546a5..45f20dd5a4e33cdb34df75da7358afbd4904f2bb 100644
--- a/tests/manual/scenegraph_lancelot/data/shaders/culling/culling_2.qml
+++ b/tests/manual/scenegraph_lancelot/data/shaders/culling/culling_2.qml
@@ -69,7 +69,7 @@ Rectangle {
                     anchors.margins: 10
                     width: 200
                     height: 100
-                    culling: model.bar
+                    cullMode: model.bar
                     property variant frontSource: front
                     property variant backSource: back
                     fragmentShader: "