Mypal/layout/reftests/css-ui-invalid/button/button-fieldset-legend-ref.html
2019-03-11 13:26:37 +03:00

11 lines
171 B
HTML

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