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

13 lines
182 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<HTML>
<HEAD><TITLE>Test case for bug #4050</TITLE></HEAD>
<BODY>
<form>
<select>
<option label="A">X
<option label="B">Y
<option label="C">Z
</select>
</form>
</BODY>
</HTML>