haikuwebkit/LayoutTests/fast/text/whitespace/027.html

29 lines
713 B
HTML

<html>
<table>
<tr>
<td>
<div style="border:2px solid red; float:left">
Here-is-some-info-from-the-complaints-department-some-info-from-the-complaints-department-some-info-from-the
</div>
<td style="width:100%"></td>
</tr>
</table>
<table>
<tr>
<td>
<div style="border:2px solid red; float:left">
Here is some info from the complaints department some-info from the complaints department some info from the
</div>
<td style="width:100%"></td>
</tr>
</table>
<table width=100% border=2>
<tr>
<td>This is a test to see if<span style="white-space: pre">this is computed
correctly. In particular, we have a really long line here that could throw off the min-width.
Is it?</span>
</td>
<td width=100%></td>
</table>