| Index: LayoutTests/fast/table/038-vertical.html
|
| diff --git a/LayoutTests/fast/table/038-vertical.html b/LayoutTests/fast/table/038-vertical.html
|
| index d8ae98d424f75f6f3506fc51a6a4dbdb0281324f..2098b2e917710053b7d4d40a0f81ad20f8e1275b 100644
|
| --- a/LayoutTests/fast/table/038-vertical.html
|
| +++ b/LayoutTests/fast/table/038-vertical.html
|
| @@ -1,3 +1,4 @@
|
| +<body style="overflow: hidden;">
|
| The two rows below should look identical. In both, the spanning cells in columns 2-3 should consume as
|
| much width as possible, while column 1 should be tiny.
|
|
|
| @@ -10,3 +11,4 @@ much width as possible, while column 1 should be tiny.
|
| <td colspan=2 height=100%>2-3</td>
|
| </tr>
|
| </table>
|
| +</body>
|
|
|