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

11 lines
208 B
HTML

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