layout/reftests/bugs/260406-1.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 <style type="text/css">
     4  .forms {display:inline;}
     5  .nn2{background-image: url("260406.gif");width:20px;height:18px;}
     6 </style>
     7 </head>
     8 <body>
     9     <table border="0" cellpadding="0" cellspacing="0">
    10         <tr>
    11             <td class="forms">P</td>
    12         </tr>
    13     </table>
    14     <table border="0" cellpadding="0" cellspacing="0">
    15         <tr>
    16             <td class="nn2"></td>
    17         </tr>
    18     </table>
    19 </body>
    20 </html>

mercurial