~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_autoPer.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 - % width cell increases table width based on % cell
 
9
<table cellspacing=10 cellpadding=10 border>
 
10
 <tr>
 
11
  <td width=10%>10% 10%</td>
 
12
  <td>auto</td></tr>
 
13
</table>
 
14
auto table - % width cell increases table width based on % cell
 
15
<table cellspacing=10 border>
 
16
 <tr>
 
17
  <td width=10%>10%</td>
 
18
  <td>auto</td></tr>
 
19
</table>
 
20
<BR>
 
21
auto table - % width cell increases table width based on % cell which makes it largest
 
22
<table cellspacing=10 border>
 
23
 <tr>
 
24
  <td width=10%>10%</td>
 
25
  <td width=1%>1%</td>
 
26
  <td>auto</td></tr>
 
27
</table>
 
28
<BR>