| Index: LayoutTests/fast/table/border-collapsing/004-vertical.html
|
| diff --git a/LayoutTests/fast/table/border-collapsing/004-vertical.html b/LayoutTests/fast/table/border-collapsing/004-vertical.html
|
| index 870ebe787829c83a9397448721e93f931d67ac35..f56cb05a856c04af5376344a24a3e0aae5e1abf4 100644
|
| --- a/LayoutTests/fast/table/border-collapsing/004-vertical.html
|
| +++ b/LayoutTests/fast/table/border-collapsing/004-vertical.html
|
| @@ -2,6 +2,7 @@
|
| <html><head>
|
| <title>Table Border Models</title>
|
| <style type="text/css">
|
| +body { overflow: hidden; }
|
| TABLE { margin: 1em; width: auto; border: medium solid blue; }
|
| TD { border: thin solid green; padding: 5px; }
|
| TH { border: medium solid purple; padding: 5px; }
|
|
|