7 Test for
<i><a href=
"http://bugs.webkit.org/show_bug.cgi?id=12746">http://bugs.webkit.org/show_bug.cgi?id=
12746</a>
8 REGRESSION (r13853): List item's first line overflows containing div
</i>.
11 Text should not overflow the yellow box.
13 <div style=
"background-color:yellow; width: 125px;">
15 Lorem ipsum dolor sit amet
21 var result
= document
.getElementById("result");
22 var text
= document
.getElementById("text");
23 if (text
.offsetWidth
<= 125)
24 result
.innerHTML
= "PASS";
26 result
.innerHTML
= "FAILED: text.offsetWidth=" + text
.offsetWidth
;
28 if (window
.testRunner
)
29 testRunner
.dumpAsText();