7 Test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=12364">http://bugs.webkit.org/show_bug.cgi?id=
12364</a>
8 REGRESSSION (NativeListBox): Selected option's background is not clipped to the list box
</i>.
10 <select size=
"4" style=
"border: 3px solid blue; padding: 3px;" id=
"sel">
13 <option>three
</option>
14 <option style=
"background-color: purple;">four
</option>
17 var sel
= document
.getElementById('sel');
18 var itemHeight
= (sel
.offsetHeight
- 11) / sel
.size
;
19 sel
.style
.height
= (11 + itemHeight
* 3 + 5) + 'px';