blob: 94a502d88c1ffcf7940db9d7c2233c372e339b32 (
plain)
1
2
3
4
|
In the selection list below, the text 'The label for this element is "1"' should appear, and not the character '1'<br>
<select>
<option label="1">the label for this element is "1"</option>
</select>
|