<html> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<p> | |
Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12746">http://bugs.webkit.org/show_bug.cgi?id=12746</a> | |
REGRESSION (r13853): List item's first line overflows containing div</i>. | |
</p> | |
<p> | |
Text should not overflow the yellow box. | |
</p> | |
<div style="background-color:yellow; width: 125px;"> | |
<li> | |
Lorem ipsum dolor sit amet | |
</li> | |
</div> | |
</body> | |
</html> |