diff --git a/test/runtime/samples/slot-in-custom-element/_config.js b/test/runtime/samples/slot-in-custom-element/_config.js new file mode 100644 index 0000000000..f17cc9adcb --- /dev/null +++ b/test/runtime/samples/slot-in-custom-element/_config.js @@ -0,0 +1,7 @@ +export default { + html: ` + +
header header header
+
+ ` +}; \ No newline at end of file diff --git a/test/runtime/samples/slot-in-custom-element/main.html b/test/runtime/samples/slot-in-custom-element/main.html new file mode 100644 index 0000000000..fca685a6aa --- /dev/null +++ b/test/runtime/samples/slot-in-custom-element/main.html @@ -0,0 +1,3 @@ + +
header header header
+
\ No newline at end of file