Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test for chromium bug : 20865. Not able to set width using ColGroup when table-l ayout is fixed. | |
| 2 | |
| 3 When colgroup specify only some columns width in the table than remaining column s width set as fixed width if colspan cell present in the first row for those co lumns. By default these columns should set as auto width. | |
| 4 | |
| 5 First | |
| 6 PASS | |
| 7 Col-1 | |
| 8 PASS | |
| 9 Col-2 | |
| 10 PASS | |
| 11 Col-3 | |
| 12 PASS | |
| 13 Col-4 | |
| 14 PASS | |
| OLD | NEW |