| Index: LayoutTests/fast/table/border-collapsing/002-vertical.html
|
| diff --git a/LayoutTests/fast/table/border-collapsing/002-vertical.html b/LayoutTests/fast/table/border-collapsing/002-vertical.html
|
| index 08c0926e7f147a7a0b1b4c0f6d067b3cbe748d3a..669eea1673a8cfe487e74ececb38805da867c21a 100644
|
| --- a/LayoutTests/fast/table/border-collapsing/002-vertical.html
|
| +++ b/LayoutTests/fast/table/border-collapsing/002-vertical.html
|
| @@ -1,6 +1,7 @@
|
| <html>
|
| <head>
|
| <style>
|
| +body { overflow: hidden; }
|
| table { border-collapse: collapse;
|
| border: 5px solid yellow; }
|
| .col1 { border: 3px solid black; }
|
|
|