blob: c2d9b7a3424c47de99f2625d9028c5f5c7117811 (
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">
<option class="enabled">foo</option>
</fieldset>
</body>
</html>
|