RetroZilla/layout/html/tests/formctls/bugs/bug109368.html

22 lines
277 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>