layout/reftests/bugs/369975-1.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 xmlns="http://www.w3.org/1999/xhtml">
     2 <head>
     3     <title>Assert: Must have usable originating data here + crash</title>
     4 </head>
     6 <body>
     8 <table border>
     9  <tbody>
    10   <tr ><td rowspan="2">1</td></tr>
    11   <tr><td rowspan="2">2</td></tr>
    12   <tr ><td rowspan="3" colspan="2">3</td></tr>
    13   <tr></tr>
    14 </tbody>
    15 <tbody>
    16   <tr><td rowspan="3">4</td></tr>
    17   <tr><td>5</td></tr>
    18 </tbody>
    19 </table>
    20 </body>
    21 </html>

mercurial