layout/reftests/bugs/384322-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><title>[384322] Testcase</title>
     3 </head>
     4 <body bgcolor="white">
     6  <p>&lt;img&gt;&lt;img&gt;Hello&lt;img&gt;&lt;img&gt;
     8   <table bgcolor="lightgray" border="0" cellpadding="0" cellspacing="0">
     9     <tbody>
    10       <tr>
    11         <td bgcolor="red">
    12           <img width="50" height="50"><img width="50" height="50">Hello<img width="50" height="50"><img width="50" height="50">
    13         </td>
    14       </tr>
    15     </tbody>
    16   </table>
    18   <p>&lt;img&gt;&lt;img&gt;Hello</p>
    20   <table bgcolor="lightgray" border="0" cellpadding="0" cellspacing="0">
    21     <tbody>
    22       <tr>
    23         <td bgcolor="red">
    24           <img width="50" height="50"><img width="50" height="50">Hello
    25         </td>
    26       </tr>
    27     </tbody>
    28   </table>
    30   <p>Hello&lt;img&gt;&lt;img&gt;</p>
    32     <table bgcolor="lightgray" border="0" cellpadding="0" cellspacing="0">
    33     <tbody>
    34       <tr>
    35         <td bgcolor="red">
    36           Hello<img width="50" height="50"><img width="50" height="50">
    37         </td>
    38       </tr>
    39     </tbody>
    40   </table>
    42   <p>&lt;img&gt;Hello</p>
    44   <table bgcolor="lightgray" border="0" cellpadding="0" cellspacing="0">
    45     <tbody>
    46       <tr>
    47         <td bgcolor="red">
    48           <img width="50" height="50">Hello
    49         </td>
    50       </tr>
    51     </tbody>
    52   </table>
    54 </body>
    55 </html>

mercurial