layout/reftests/bugs/539880-1.html

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>
michael@0 2 <body>
michael@0 3
michael@0 4 <table cellpadding="10">
michael@0 5 <tr>
michael@0 6 <th>0</th>
michael@0 7 <td><table cellpadding="4" border="0"><tr><td>border="0"</td></tr></table></td>
michael@0 8 <td><table cellpadding="4" border="0px"><tr><td>border="0px"</td></tr></table></td>
michael@0 9 <td><table cellpadding="4" border="0em"><tr><td>border="0em"</td></tr></table></td>
michael@0 10 </tr>
michael@0 11 <tr>
michael@0 12 <th>1</th>
michael@0 13 <td><table cellpadding="4" border="1"><tr><td>border="1"</td></tr></table></td>
michael@0 14 <td><table cellpadding="4" border="1px"><tr><td>border="1px"</td></tr></table></td>
michael@0 15 <td><table cellpadding="4" border="1em"><tr><td>border="1em"</td></tr></table></td>
michael@0 16 </tr>
michael@0 17 <tr>
michael@0 18 <th>2</th>
michael@0 19 <td><table cellpadding="4" border="2"><tr><td>border="2"</td></tr></table></td>
michael@0 20 <td><table cellpadding="4" border="2px"><tr><td>border="2px"</td></tr></table></td>
michael@0 21 <td><table cellpadding="4" border="2em"><tr><td>border="2em"</td></tr></table></td>
michael@0 22 </tr>
michael@0 23 <tr>
michael@0 24 <th>3</th>
michael@0 25 <td><table cellpadding="4" border="3"><tr><td>border="3"</td></tr></table></td>
michael@0 26 <td><table cellpadding="4" border="3px"><tr><td>border="3px"</td></tr></table></td>
michael@0 27 <td><table cellpadding="4" border="3em"><tr><td>border="3em"</td></tr></table></td>
michael@0 28 </tr>
michael@0 29 <tr>
michael@0 30 <th>10</th>
michael@0 31 <td><table cellpadding="4" border="10"><tr><td>border="10"</td></tr></table></td>
michael@0 32 <td><table cellpadding="4" border="10px"><tr><td>border="10px"</td></tr></table></td>
michael@0 33 <td><table cellpadding="4" border="10em"><tr><td>border="10em"</td></tr></table></td>
michael@0 34 </tr>
michael@0 35 </table>
michael@0 36
michael@0 37 </body>
michael@0 38 </html>

mercurial