layout/reftests/bugs/413286-1-ref.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 <head>
michael@0 3 <style>
michael@0 4 table { width: 400px; height: 25px; }
michael@0 5 td.blue { background: lightblue; }
michael@0 6 td.green { background: lightgreen; }
michael@0 7 td.skinny { width: 100px }
michael@0 8 td.medium { width: 200px }
michael@0 9 td.wide { width: 300px }
michael@0 10 </style>
michael@0 11 </head>
michael@0 12 <body>
michael@0 13 With colspan:
michael@0 14 <table cellspacing=0 cellpadding=0>
michael@0 15 <tbody><tr>
michael@0 16 <td class="blue skinny"></td>
michael@0 17 <td class="green wide"></td>
michael@0 18 </tr></tbody>
michael@0 19 </table>
michael@0 20 <table cellspacing=0 cellpadding=0>
michael@0 21 <tbody><tr>
michael@0 22 <td class="blue skinny"></td>
michael@0 23 <td class="green wide"></td>
michael@0 24 </tr></tbody>
michael@0 25 </table>
michael@0 26 <table cellspacing=0 cellpadding=0>
michael@0 27 <tbody><tr>
michael@0 28 <td class="blue skinny"></td>
michael@0 29 <td class="green wide"></td>
michael@0 30 </tr></tbody>
michael@0 31 </table>
michael@0 32 <table cellspacing=0 cellpadding=0>
michael@0 33 <tbody><tr>
michael@0 34 <td class="blue skinny"></td>
michael@0 35 <td class="green wide"></td>
michael@0 36 </tr></tbody>
michael@0 37 </table>
michael@0 38
michael@0 39 Without colspan:
michael@0 40 <table cellspacing=0 cellpadding=0>
michael@0 41 <tbody><tr>
michael@0 42 <td class="blue skinny"></td>
michael@0 43 <td class="green wide"></td>
michael@0 44 </tr></tbody>
michael@0 45 </table>
michael@0 46 <table cellspacing=0 cellpadding=0>
michael@0 47 <tbody><tr>
michael@0 48 <td class="blue skinny"></td>
michael@0 49 <td class="green wide"></td>
michael@0 50 </tr></tbody>
michael@0 51 </table>
michael@0 52 <table cellspacing=0 cellpadding=0>
michael@0 53 <tbody><tr>
michael@0 54 <td class="blue skinny"></td>
michael@0 55 <td class="green wide"></td>
michael@0 56 </tr></tbody>
michael@0 57 </table>
michael@0 58 <table cellspacing=0 cellpadding=0>
michael@0 59 <tbody><tr>
michael@0 60 <td class="blue skinny"></td>
michael@0 61 <td class="green wide"></td>
michael@0 62 </tr></tbody>
michael@0 63 </table>
michael@0 64 <table cellspacing=0 cellpadding=0>
michael@0 65 <tbody><tr>
michael@0 66 <td class="blue skinny"></td>
michael@0 67 <td class="green wide"></td>
michael@0 68 </tr></tbody>
michael@0 69 </table>
michael@0 70 <table cellspacing=0 cellpadding=0>
michael@0 71 <tbody><tr>
michael@0 72 <td class="blue skinny"></td>
michael@0 73 <td class="green wide"></td>
michael@0 74 </tr></tbody>
michael@0 75 </table>
michael@0 76 <table cellspacing=0 cellpadding=0>
michael@0 77 <tbody><tr>
michael@0 78 <td class="blue skinny"></td>
michael@0 79 <td class="green wide"></td>
michael@0 80 </tr></tbody>
michael@0 81 </table>
michael@0 82 <table cellspacing=0 cellpadding=0>
michael@0 83 <tbody><tr>
michael@0 84 <td class="blue skinny"></td>
michael@0 85 <td class="green wide"></td>
michael@0 86 </tr></tbody>
michael@0 87 </table>
michael@0 88 </body>
michael@0 89 </html>

mercurial