Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/bugs/348516-3-notref.html

19 lines
214 B
HTML

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