Files
Mozilla/mozilla/layout/html/tests/block/bugs/6155.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00

30 lines
1.0 KiB
HTML

<html><body>
<table align="center" border=1 width="760">
<tr><td width=50%>
left half ... left half ... left half ...
left half ... left half ... left half ...
left half ... left half ... left half ...
left half ... left half ... left half ...
left half ... left half ... left half ...
left half ... left half ... left half ...
</td><td width=50%>
right half ... right half ... right half ...
right half ... right half ... right half ...
right half ... right half ... right half ...
right half ... right half ... right half ...
right half ... right half ... right half ...
right half ... right half ... right half ...
</td></tr>
</table>
<p>Shrink viewer.exe to <i><b>widths &lt;700px</b></i> to see that the table is being
centered on the viewport when there is not enough room. This should instead
pin the left side of the table to the left margin of the viewport (or vice
versa for 'dir=rtl' tables. [Of course, if you see the latter behaviour, then
this bug is fixed.] (tested 1999051308 win95)</P>
</body></html>