OLD | NEW |
| 1 <body style="overflow: hidden;"> |
1 The two rows below should look identical. In both, the spanning cells in column
s 2-3 should consume as | 2 The two rows below should look identical. In both, the spanning cells in column
s 2-3 should consume as |
2 much width as possible, while column 1 should be tiny. | 3 much width as possible, while column 1 should be tiny. |
3 | 4 |
4 <table border=2 height=100% style="-webkit-writing-mode: vertical-rl;"> | 5 <table border=2 height=100% style="-webkit-writing-mode: vertical-rl;"> |
5 <tr> | 6 <tr> |
6 <td>1<td colspan=2>2-3 | 7 <td>1<td colspan=2>2-3 |
7 </tr> | 8 </tr> |
8 <tr> | 9 <tr> |
9 <td>1</td> | 10 <td>1</td> |
10 <td colspan=2 height=100%>2-3</td> | 11 <td colspan=2 height=100%>2-3</td> |
11 </tr> | 12 </tr> |
12 </table> | 13 </table> |
| 14 </body> |
OLD | NEW |