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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug131020-2.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>
 
4
<head>
 
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 
6
 
 
7
<title>Testcase for bug 131020</title>
 
8
</head>
 
9
<body>
 
10
<table style="width:600px; height:400px" border="1">
 
11
  <tr style="height:100%"> 
 
12
    <td style="height:100%"> 
 
13
      <table style="width:100%; height:100%" border="1">
 
14
        <tr style="height:100%"> 
 
15
          <td style="height:100%">
 
16
           <div style="width:100%; height:100%; border:5px solid blue">
 
17
           </div>
 
18
         </td>
 
19
        </tr>
 
20
      </table>
 
21
    </td>
 
22
  </tr>
 
23
</table>
 
24
</body>
 
25
</html>