mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
550 B
HTML
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> |