RetroZilla/layout/html/tests/formctls/bugs/bug7549.html

17 lines
550 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<head>
<title> select disable test </title>
</head>
<body>
<form>
<select name="hrule.alignType" disabled>
<optgroup label="alignment" value="centered">
<option>left alignment</option>
<option>center alignment</option>
<option selected>right alignment</option>
</optgroup>
</select>
</form>
</body>
</html>