Skip to content

Commit b125ec0

Browse files
committed
test: cover scoped class for <option>
1 parent 32e628f commit b125ec0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<select><option class="opt svelte-1l69ci" value="foo" selected>foo</option></select>
2+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<select value="foo">
2+
<option class="opt" value="foo">foo</option>
3+
</select>
4+
5+
<style>
6+
option {
7+
color: red;
8+
}
9+
</style>
10+

0 commit comments

Comments
 (0)