mirror of https://github.com/sveltejs/svelte
parent
6830052254
commit
a0d0f013da
@ -0,0 +1,6 @@
|
|||||||
|
import { test } from '../../test';
|
||||||
|
|
||||||
|
// this would fail immediately if it was compiling like a rich select because it access the DOM
|
||||||
|
export default test({
|
||||||
|
html: '<select><selectedcontent></selectedcontent><option><span>Rich</span></option></select>'
|
||||||
|
});
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
<select>
|
||||||
|
<selectedcontent></selectedcontent>
|
||||||
|
<option><span>Rich</span></option>
|
||||||
|
</select>
|
||||||
Loading…
Reference in new issue