Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / HTMLOptionElement_label03.html
blobf72ae967f0d88fc04d8ed4bae4410e9efa2a0e00
1 When the label contains only white space, the containing text is used.<br>
2 <select>
3 <option label=" ">white space label should display empty string to match IE</option>
4 </select>