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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/core/col_widths_auto_autoFix.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
auto table 
 
2
<table border>
 
3
 <tr>
 
4
  <td width=0>0 0 0 0</td>
 
5
  <td>auto</td></td></tr>
 
6
</table>
 
7
<BR>
 
8
auto table - fixed cells honored 
 
9
<table border>
 
10
 <tr>
 
11
  <td width=100>100px 100px</td>
 
12
  <td>auto</td></tr>
 
13
</table>
 
14
<BR>
 
15
COLSPANS
 
16
<BR>
 
17
<table border>
 
18
 <tr>
 
19
  <td colspan=3><img src=../images/raptor.jpg width=600 height=100></td>
 
20
  <td>foo</td></tr>
 
21
 <tr>
 
22
  <td width=10>foo
 
23
  <td width=10>bar
 
24
  <td>foo
 
25
  <td>bar</tr>
 
26
</table>
 
27
<BR>
 
28
<table border cellspacing=5>
 
29
 <tr>
 
30
  <td colspan=2>auto</td>
 
31
  <td width=100>100</td></tr>
 
32
 <tr>
 
33
  <td width=100>100</td>
 
34
  <td width=300>300</td>
 
35
  <td>auto</tr>
 
36
</table>
 
37
 
 
38
 
 
39