haikuwebkit/LayoutTests/fast/forms/HTMLOptionElement_label02.html

8 lines
198 B
HTML

<!DOCTYPE html>
<!-- Even though it's empty, the label exists, so it is used. -->
<body>
<select>
<option label="">empty label should display empty string</option>
</select>
</body>