1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-12 11:28:57 +00:00
Files
UXP/layout/reftests/css-valid/select/select-fieldset-legend-ref.html
T

11 lines
171 B
HTML

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