haikuwebkit/LayoutTests/fast/dom/HTMLOptionElement/option-label-quirksmode.html

10 lines
195 B
HTML

<html>
<body>
<p>Tests that the option's label is not displayed in quirks mode.</p>
<select>
<option value="X" label="X"></option>
<option value="-" >-</option>
</select>
</body>
</html>