Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / HTMLOptionElement_label02.html
blob8522d04047cc7762f1aca3b23e86ede06e20006e
1 With the label empty, the enclosing text is used.<br>
2 <select>
3 <option label="">empty label should display empty string to match IE</option>
4 </select>