We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a5f1a commit 1c278f9Copy full SHA for 1c278f9
tests/visual/selectmenu/selectmenu.html
@@ -226,7 +226,7 @@ <h2>Empty tests</h2>
226
227
<label for="empty2">Select with one empty option element</label>
228
<select name="empty2" id="empty2">
229
- <option value=""></option>
+ <option value="" label="empty"></option>
230
</select>
231
232
<label for="empty3">Select with some empty option elements</label>
@@ -235,10 +235,10 @@ <h2>Empty tests</h2>
235
<option value="2" selected="selected">2</option>
236
<option value="3">3</option>
237
<option value="4">4</option>
238
239
<option value="6">6</option>
240
<option value="7">7</option>
241
242
<option value="9">9</option>
243
244
0 commit comments