summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/select/HTMLOptionElement_label02.html
blob: 8522d04047cc7762f1aca3b23e86ede06e20006e (plain)
1
2
3
4
With the label empty, the enclosing text is used.<br>
<select>
<option label="">empty label should display empty string to match IE</option>
</select>