RetroZilla/layout/html/tests/formctls/bugs/bug7549.html
2015-10-20 23:03:22 -04:00

17 lines
550 B
HTML

<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>