blob: c6a260fc0aaccc4d1dd74ad0d33303866773c6fd [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<p>Tests that the option's label is displayed in strict mode.</p>
<select>
<option value="X">Y</option>
<option value="-" >-</option>
</select>
</body>
</html>