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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <html>
     2 <head>
     3 <title>Testcase, Mozilla bug 311822 (reference 1)</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