layout/reftests/bugs/68061-2.xml

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

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

mercurial