summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/select/HTMLOptionElement_label03.html
blob: f72ae967f0d88fc04d8ed4bae4410e9efa2a0e00 (plain)
1
2
3
4
When the label contains only white space, the containing text is used.<br>
<select>
<option label=" ">white space label should display empty string to match IE</option>
</select>