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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug220653.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
  <title>table-layout</title>
 
5
</head>
 
6
<body>
 
7
<table style="table-layout: fixed;" width="800" cellpadding="4"
 
8
 cellspacing="3" border="1">
 
9
  <tbody>
 
10
    <tr>
 
11
      <td colspan="10"> A </td>
 
12
      <td colspan="50"> B </td>
 
13
      <td colspan="120"> C </td>
 
14
    </tr>
 
15
  </tbody>
 
16
</table>
 
17
</body>
 
18
</html>