blob: be9427830681e36251f56835de44381fa158da48 [file] [log] [blame]
<!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>