2 <html class=
"reftest-wait">
3 <div style=
"overflow: hidden; width: 130px; white-space: nowrap">
4 Some long text that cannot possibly fit in
130 px, because it just can't.
9 var div
= document
.querySelector("div");
10 // Make sure layout has happened.
11 window
.width
= div
.offsetWidth
;
12 div
.style
.textOverflow
= "ellipsis";
13 document
.documentElement
.className
= "";