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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug133756-1.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//EN"
 
2
 "http://www.w3.org/TR/html4/strict.dtd">
 
3
<html><head>
 
4
<title>das Leben</title>
 
5
</head>
 
6
  <body>
 
7
                <table cellpadding="0" cellspacing="0" summary="">
 
8
      <tbody>
 
9
                          <tr>
 
10
          <td rowspan="4">
 
11
                                  <p>blah blah</p>
 
12
          </td>
 
13
        </tr>
 
14
        <tr height="25%">
 
15
<!--            <td></td> -->
 
16
        </tr>
 
17
                                <tr height="25%">
 
18
<!--            <td></td> -->
 
19
        </tr>
 
20
                                <tr height="25%">
 
21
<!--            <td></td> -->
 
22
        </tr>
 
23
      </tbody>
 
24
    </table>
 
25
                <p>text at the bottom</p>
 
26
  </body>
 
27
</html>