mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
11 lines
171 B
HTML
11 lines
171 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body>
|
||
|
<fieldset>
|
||
|
<legend>
|
||
|
<select style="background-color: green;"></select>
|
||
|
</legend>
|
||
|
</fieldset>
|
||
|
</body>
|
||
|
</html>
|