tenfourfox/layout/reftests/css-disabled/select/select-fieldset-legend-1.html

12 lines
246 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<fieldset class="disabled" disabled>
<legend id='i'>
<select class="enabled"></select>
</legend>
</fieldset>
</body>
</html>