gecko/layout/reftests/css-valid/button/button-fieldset-legend-ref.html
2010-09-19 03:47:15 +02:00

11 lines
171 B
HTML

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