gecko-dev/layout/reftests/css-disabled/button/button-fieldset-legend-5.html

16 строки
347 B
HTML

<!DOCTYPE html>
<html>
<link rel='stylesheet' type='text/css' href='style.css'>
<body>
<fieldset class="disabled" disabled>
<legend>
<fieldset class="disabled" disabled>
<legend>
<button class="enabled"></button>
</legend>
</fieldset>
</legend>
</fieldset>
</body>
</html>