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

10 строки
209 B
HTML

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