~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/block/bugs/6155.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
  <html><body>
 
2
 
 
3
   <table align="center" border=1 width="760">
 
4
 
 
5
    <tr><td width=50%>
 
6
left half ... left half ... left half ... 
 
7
left half ... left half ... left half ... 
 
8
left half ... left half ... left half ... 
 
9
left half ... left half ... left half ... 
 
10
left half ... left half ... left half ... 
 
11
left half ... left half ... left half ... 
 
12
    </td><td width=50%>
 
13
right half ... right half ... right half ... 
 
14
right half ... right half ... right half ... 
 
15
right half ... right half ... right half ... 
 
16
right half ... right half ... right half ... 
 
17
right half ... right half ... right half ... 
 
18
right half ... right half ... right half ... 
 
19
    </td></tr>
 
20
   </table>
 
21
 
 
22
<p>Shrink viewer.exe to <i><b>widths &lt;700px</b></i> to see that the table is being 
 
23
centered on the viewport when there is not enough room. This should instead
 
24
pin the left side of the table to the left margin of the viewport (or vice
 
25
versa for 'dir=rtl' tables. [Of course, if you see the latter behaviour, then 
 
26
this bug is fixed.] (tested 1999051308 win95)</P>
 
27
 
 
28
  </body></html>
 
29