+
+ Fallback slot content
+ Fallback slot content 1
+ Fallback slot content 2
+ Fallback slot content 3
+
+
diff --git a/packages/@lwc/engine-server/src/__tests__/fixtures/scoped-slots/mixed-with-light-dom-slots-outside-2/modules/x/child/child.js b/packages/@lwc/engine-server/src/__tests__/fixtures/scoped-slots/mixed-with-light-dom-slots-outside-2/modules/x/child/child.js
new file mode 100644
index 0000000000..4cdde3624c
--- /dev/null
+++ b/packages/@lwc/engine-server/src/__tests__/fixtures/scoped-slots/mixed-with-light-dom-slots-outside-2/modules/x/child/child.js
@@ -0,0 +1,6 @@
+import { LightningElement } from 'lwc';
+
+export default class Child extends LightningElement {
+ static renderMode = 'light';
+ item = { id: 99, name: 'ssr' };
+}
diff --git a/packages/@lwc/engine-server/src/__tests__/fixtures/scoped-slots/mixed-with-light-dom-slots-outside-2/modules/x/parent/parent.html b/packages/@lwc/engine-server/src/__tests__/fixtures/scoped-slots/mixed-with-light-dom-slots-outside-2/modules/x/parent/parent.html
new file mode 100644
index 0000000000..db127137f4
--- /dev/null
+++ b/packages/@lwc/engine-server/src/__tests__/fixtures/scoped-slots/mixed-with-light-dom-slots-outside-2/modules/x/parent/parent.html
@@ -0,0 +1,13 @@
+