2 <html class=
"reftest-wait">
3 <select style=
"width: 100px; overflow: hidden;">
4 <option selected
>Text that is long enough that it totally overflows
<option>
8 var s
= document
.querySelector("select");
9 window
.w
= s
.offsetWidth
;
10 s
.style
.textOverflow
= "ellipsis";
11 document
.documentElement
.className
= "";