1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 22:58:36 +00:00
Files
UXP/layout/reftests/css-invalid/button/button-fieldset-ref.html

11 lines
184 B
HTML

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