gecko/layout/reftests/css-valid/button/button-fieldset-ref.html

11 lines
175 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<body>
<fieldset>
<fieldset>
<button style="background-color: green;"></button>
</fieldset>
</fieldset>
</body>
</html>