add failing test

pull/14456/head
Rich Harris 2 years ago
parent 947e7632d2
commit 7520988ef9

@ -0,0 +1,4 @@
x.svelte-xyz:has(y:where(.svelte-xyz)) {
color: green;
}

@ -0,0 +1,14 @@
{#snippet foo()}
<y></y>
{/snippet}
<x>
this should be green
{@render foo()}
</x>
<style>
x:has(y) {
color: green;
}
</style>
Loading…
Cancel
Save