1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 21:38:34 +00:00
Files
UXP/layout/reftests/css-valid/button/button-fieldset-ref.html
T

12 lines
185 B
HTML

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