layout/reftests/bugs/449362-1-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <html>
     2 <head>
     3     <title>FF3 Test</title>
     5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     7 	<style>
     8 		td {
     9 			border: 1px solid;
    10 			vertical-align: top;
    11 		}
    12 	</style>
    13 </head>
    15 <body>
    17 <table id="pp_owned" align="center" cellpadding="0" cellspacing="0">
    20 <tbody>
    21   <tr >
    22 	<td >Column 1</td>
    23     <td >Column 2</td>
    24   </tr>
    25   <tr>
    27     <td >
    28 hello
    29     </td>
    30     <td >
    31 		<span id="B" >
    32 		    Now I am<br />
    33 		    higher.<br />
    35 		    Click me<br />
    36 		    Again!
    37         </span>
    38     </td>
    39   </tr>
    40 </tbody>
    41 </table>
    42 </body>
    43 </html>

mercurial