blob: cc0cfde77aec5ca7954f29502a6e19ca9a101503 [file] [edit]
<html>
<body>
<p>Tests that the option's label is displayed in quirks mode.</p>
<select>
<option value="X" label="X"></option>
<option value="-" >-</option>
</select>
</body>
</html>