From 5ff5852f67c23f5bfbb7d43e8a54928245247d57 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sat, 9 Sep 2017 11:11:07 -0400 Subject: [PATCH] failing test for #827 --- test/runtime/samples/slot-in-custom-element/_config.js | 7 +++++++ test/runtime/samples/slot-in-custom-element/main.html | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 test/runtime/samples/slot-in-custom-element/_config.js create mode 100644 test/runtime/samples/slot-in-custom-element/main.html 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