chromium/third_party/blink/web_tests/fast/forms/select/HTMLOptionElement_label03.html

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>