gecko/layout/reftests/css-ui-invalid/button/button-fieldset-legend-ref.html

11 lines
171 B
HTML

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