layout/reftests/bugs/311822-1-ref-b.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <html>
     2 <head>
     3 <title>Testcase, Mozilla bug 311822 (reference 2)</title>
     4 </head>
     6 <body>
     8 <table >
     9   <caption style="font-weight: bold"><b>table</b><b> caption</b></caption>
    10   <tr>
    11     <th >title</th>
    12   </tr>
    13   <tr>
    14     <td >Content of cell</td>
    15   </tr>
    16 </table>
    18 <table >
    19   <caption style="font-style: italic"><em>table</em><em> caption</em></caption>
    20   <tr>
    21     <th >title</th>
    22   </tr>
    23   <tr>
    24     <td >Content of cell</td>
    25   </tr>
    26 </table>
    28 <table >
    29   <caption style="font-style: italic"><i>table</i><i> caption</i></caption>
    30   <tr>
    31     <th >title</th>
    32   </tr>
    33   <tr>
    34     <td >Content of cell</td>
    35   </tr>
    36 </table>
    38 <table >
    39   <caption><span>table</span><span> caption</span></caption>
    40   <tr>
    41     <th >title</th>
    42   </tr>
    43   <tr>
    44     <td >Content of cell</td>
    45   </tr>
    46 </table>
    48 </body>
    49 </html>

mercurial