blob: 0b7ee5a768f30ea8b61d9c19e1cd84cd81dc2215 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<fieldset disabled class="disabled">
<optgroup class="enabled">foo</optgroup>
</fieldset>
</body>
</html>
|