Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / 038.html
blobbf6896dd152cd656360bacba7218b8528d44f2b4
1 The two rows below should look identical. In both, the spanning cells in columns 2-3 should consume as
2 much width as possible, while column 1 should be tiny.
4 <table border=2 width=100%>
5 <tr>
6 <td>1<td colspan=2>2-3
7 </tr>
8 <tr>
9 <td>1</td>
10 <td colspan=2 width=100%>2-3</td>
11 </tr>
12 </table>