haikuwebkit/LayoutTests/fast/forms/HTMLOptionElement_label03.html

8 lines
223 B
HTML

<!DOCTYPE html>
<!-- Even though the label is nothing but whitespace, it exists, so it it used. -->
<body>
<select>
<option label=" ">white space label should display empty string</option>
</select>
</body>