| OLD | NEW |
| 1 <body style="overflow: hidden;"> | 1 <body style="overflow: hidden;"> |
| 2 <div style="-webkit-column-count:2; column-count:2; column-fill:auto; height:350
px"> | 2 <div style="-webkit-column-count:2; column-count:2; column-fill:auto; height:350
px"> |
| 3 <table border=1 cellpadding=10 cellspacing=0> | 3 <table border=1 cellpadding=10 cellspacing=0> |
| 4 <tr style="vertical-align:baseline"><td> | 4 <tr style="vertical-align:baseline"><td> |
| 5 This cell has lots of text.<br> | 5 This cell has lots of text.<br> |
| 6 This cell has lots of text.<br> | 6 This cell has lots of text.<br> |
| 7 This cell has lots of text.<br> | 7 This cell has lots of text.<br> |
| 8 This cell has lots of text.<br> | 8 This cell has lots of text.<br> |
| 9 This cell has lots of text.<br> | 9 This cell has lots of text.<br> |
| 10 This cell has lots of text.<br> | 10 This cell has lots of text.<br> |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 This cell has lots of text.<br> | 116 This cell has lots of text.<br> |
| 117 This cell has lots of text.<br> | 117 This cell has lots of text.<br> |
| 118 This cell has lots of text.<br> | 118 This cell has lots of text.<br> |
| 119 | 119 |
| 120 | 120 |
| 121 <td><span style="font-size:64px">Other cell.</span></td> | 121 <td><span style="font-size:64px">Other cell.</span></td> |
| 122 </tr> | 122 </tr> |
| 123 </table> | 123 </table> |
| 124 </div> | 124 </div> |
| 125 </body> | 125 </body> |
| OLD | NEW |