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

22 lines
358 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: 50%;">left</option>
<option style="margin-left: 50%;">right</option>
<option style="margin-left: 25%; margin-right: 25%;">center</option>
</select>
</body></html>