layout/reftests/bugs/68061-2.xml

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 lang="en" xmlns="http://www.w3.org/1999/xhtml">
     2   <body>
     3     <table border="1">
     4       <tr>
     5         <th>Division</th><th>Revenue</th><th>Growth</th><th>Bonus</th>
     6       </tr>
     7       <tr>
     8         <td><em>North</em></td><td>10</td><td>9</td><td>7</td>
     9       </tr>
    10       <tr>
    11         <td><em>West</em></td><td>6</td><td>-1.5</td><td>2</td>
    12       </tr>
    13       <tr>
    14         <td><em>South</em></td><td>4</td><td>3</td><td>4</td>
    15       </tr>
    16     </table>
    17   </body>
    18 </html>

mercurial