test: cover scoped class for <option>

pull/16821/head
LeeWxx 2 days ago
parent 32e628f785
commit b125ec048f

@ -0,0 +1,2 @@
<select><option class="opt svelte-1l69ci" value="foo" selected>foo</option></select>

@ -0,0 +1,10 @@
<select value="foo">
<option class="opt" value="foo">foo</option>
</select>
<style>
option {
color: red;
}
</style>
Loading…
Cancel
Save