RetroZilla/layout/html/tests/formctls/bugs/bug109368.html
2015-10-20 23:03:22 -04:00

22 lines
277 B
HTML

<html>
<head>
<style>
.Bg
{
BACKGROUND-COLOR: black;
FONT-SIZE: small
}
</style>
</head>
<body>
<form>
<span class=Bg>
<select name="site">
<option value="0">- Choose a Site -</option>
<option value="1">Online Banking</option>
</select>
</span>
</form>
</body>
</html>