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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug128229.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/cd/DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
  <title>Testcase</title>
 
5
                         
 
6
  <script>
 
7
function font_res() {
 
8
  var td1 = document.getElementById('mycell');
 
9
  td1.setAttribute("style","font-size:24pt");
 
10
}
 
11
  </script><base
 
12
 href="http://bugzilla.mozilla.org/attachment.cgi?id=71855&amp;action=view">
 
13
</head>
 
14
    <body onload="font_res()" id="mycell">
 
15
          
 
16
<table width="90%" border="1" style="table-layout: fixed;">
 
17
        <tbody>
 
18
        <tr>
 
19
                <td><a href="http://www.distrowatch.com/xandros.php">Xandros</a> 
 
20
  in the news. text text text text text text text text text text text text 
 
21
 text text text text text text text text text text text text text text text 
 
22
 text text text text text text text text text text text text text text text 
 
23
 text text text text text text text text text text text text text text.                 </td>
 
24
        </tr>
 
25
                    
 
26
  </tbody>    
 
27
</table>
 
28
          
 
29
</body>
 
30
</html>