layout/reftests/bugs/369975-1.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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