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

« back to all changes in this revision

Viewing changes to mozilla/layout/html/tests/table/bugs/bug69187.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>
 
4
         African American People
 
5
      </title>
 
6
   </head>
 
7
   <body>
 
8
      <table border="1">
 
9
         <tr>
 
10
            <td colspan="2">
 
11
               <h2>
 
12
                  Personal Friends
 
13
               </h2>
 
14
            </td>
 
15
         </tr>
 
16
         <tr>
 
17
            <td>
 
18
               <font face="sans-serif"></font>
 
19
               <p>
 
20
                  Alisha - Password-Protected
 
21
               </p>
 
22
               <p>
 
23
                  Arlesia
 
24
               </p>
 
25
               <p>
 
26
                  Asale
 
27
               </p>
 
28
            </td>
 
29
            <td>
 
30
               <p>
 
31
                  Ernie
 
32
               </p>
 
33
               <p>
 
34
                  Melanie
 
35
               </p>
 
36
               <p>
 
37
                  Tamara
 
38
               </p>
 
39
            </td>
 
40
         </tr>
 
41
      </table>
 
42
   </body>
 
43
</html>
 
44