gecko/layout/reftests/css-enabled/option/option-fieldset-1.html

10 lines
209 B
HTML
Raw Normal View History

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