File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ <h2>Empty tests</h2>
226
226
227
227
< label for ="empty2 "> Select with one empty option element</ label >
228
228
< select name ="empty2 " id ="empty2 ">
229
- < option value =""> </ option >
229
+ < option value ="" label =" empty " > </ option >
230
230
</ select >
231
231
232
232
< label for ="empty3 "> Select with some empty option elements</ label >
@@ -235,10 +235,10 @@ <h2>Empty tests</h2>
235
235
< option value ="2 " selected ="selected "> 2</ option >
236
236
< option value ="3 "> 3</ option >
237
237
< option value ="4 "> 4</ option >
238
- < option value =""> </ option >
238
+ < option value ="" label =" empty " > </ option >
239
239
< option value ="6 "> 6</ option >
240
240
< option value ="7 "> 7</ option >
241
- < option value =""> </ option >
241
+ < option value ="" label =" empty " > </ option >
242
242
< option value ="9 "> 9</ option >
243
243
</ select >
244
244
You can’t perform that action at this time.
0 commit comments