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>
226226
227227 < label for ="empty2 "> Select with one empty option element</ label >
228228 < select name ="empty2 " id ="empty2 ">
229- < option value =""> </ option >
229+ < option value ="" label =" empty " > </ option >
230230 </ select >
231231
232232 < label for ="empty3 "> Select with some empty option elements</ label >
@@ -235,10 +235,10 @@ <h2>Empty tests</h2>
235235 < option value ="2 " selected ="selected "> 2</ option >
236236 < option value ="3 "> 3</ option >
237237 < option value ="4 "> 4</ option >
238- < option value =""> </ option >
238+ < option value ="" label =" empty " > </ option >
239239 < option value ="6 "> 6</ option >
240240 < option value ="7 "> 7</ option >
241- < option value =""> </ option >
241+ < option value ="" label =" empty " > </ option >
242242 < option value ="9 "> 9</ option >
243243 </ select >
244244
You can’t perform that action at this time.
0 commit comments