Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style>td { width: 50px; height: 50px; padding: 0 }</style> | |
| 3 <div style="overflow: hidden; width: 100px; height: 100px"> | |
| 4 <table style="margin-top: -80px; border-spacing: 0"> | |
| 5 <tr style="background: blue"> | |
| 6 <td rowspan="3"></td> | |
| 7 <td></td> | |
| 8 </tr> | |
| 9 <tr style="background: yellow"> | |
| 10 <td></td> | |
| 11 </tr> | |
| 12 <tr style="background: yellow"> | |
| 13 <td></td> | |
| 14 </tr> | |
| 15 </table> | |
| 16 </div> | |
| OLD | NEW |