| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <style> | 2 <style> |
| 3 body { overflow: hidden; } /* Disable auto-scrollbars, to hide crbug.com/534
751 */ | 3 body { overflow: hidden; font: 16px Ahem;} /* Disable auto-scrollbars, to hi
de crbug.com/534751 */ |
| 4 </style> | 4 </style> |
| 5 <div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webk
it-column-gap:0; columns:2; column-gap:0; column-fill:auto;"> | 5 <div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webk
it-column-gap:0; columns:2; column-gap:0; column-fill:auto;"> |
| 6 <div style="height: 55px;"></div> | 6 <div style="height: 55px;"></div> |
| 7 <table cellspacing=0 cellpadding=0> | 7 <table cellspacing=0 cellpadding=0> |
| 8 <tr> | 8 <tr> |
| 9 <td><div style="height: 50px; width: 25px;"></div></td> | 9 <td><div style="height: 50px; width: 25px;"></div></td> |
| 10 <td style="width:3em; background-color: orange;" valign=bottom>Text<
/td> | 10 <td style="width:3em; background-color: orange;" valign=bottom>Text<
/td> |
| 11 </tr> | 11 </tr> |
| 12 </table> | 12 </table> |
| 13 <div style="border-top: solid;"></div> | 13 <div style="border-top: solid;"></div> |
| 14 </div> | 14 </div> |
| OLD | NEW |