Skip to content

Commit

Permalink
failing test for #827
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Sep 9, 2017
1 parent 1a99c51 commit 5ff5852
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/runtime/samples/slot-in-custom-element/_config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export default {
html: `
<custom-element>
<header slot='header'>header header header</header>
</custom-element>
`
};
3 changes: 3 additions & 0 deletions test/runtime/samples/slot-in-custom-element/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<custom-element>
<header slot='header'>header header header</header>
</custom-element>

0 comments on commit 5ff5852

Please sign in to comment.