tenfourfox/layout/reftests/bugs/348516-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
362 B
HTML

<html><head>
<style>
select {
width: 200px;
}
option {
padding: 0;
width: 50%;
background-color: cyan;
}
</style></head><body>
<select size="3">
<option style="margin-right: auto;">left</option>
<option style="margin-left: auto;">right</option>
<option style="margin-left: auto; margin-right: auto;">center</option>
</select>
</body></html>