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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug109043.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>
 
2
<head>
 
3
<title>test</title>
 
4
</head>
 
5
 
 
6
<body>
 
7
<table cellspacing=0 cellpading=10 border=1 width=100% bgcolor=yellow>
 
8
 <tr>
 
9
  <td width=70 bgcolor=red align=center>xxx</td>
 
10
  <td>
 
11
      <table cellspacing=0 cellpading=0 border=1 width=100% height=100% bgcolor=lime>
 
12
         <tr>
 
13
           <th>IceWM, The Window Manager Cool As Ice</th>
 
14
         </tr>
 
15
      </table>
 
16
 
 
17
      <p>IceWM is a small, but powerful window manager for the <a href="http://www.xfree8 6.org">X11 Window System</a> whose main goals are the following:</p>
 
18
  </td>
 
19
 
 
20
  <td width=70 bgcolor=blue align=center>yyy</td>
 
21
 </tr>
 
22
</table>
 
23
</body>
 
24
</html>