1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-27 13:28:54 +00:00
Files
UXP/layout/reftests/css-valid/select/select-fieldset-ref.html
T

11 lines
184 B
HTML

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