| Index: LayoutTests/tables/mozilla/collapsing_borders/bug41262-3.html
|
| diff --git a/LayoutTests/tables/mozilla/collapsing_borders/bug41262-3.html b/LayoutTests/tables/mozilla/collapsing_borders/bug41262-3.html
|
| index c6ca52daa99430a8c644d9cc1ee62e551d4b9e9c..0d6e980b74e593f921d119091387f9311ac4e267 100644
|
| --- a/LayoutTests/tables/mozilla/collapsing_borders/bug41262-3.html
|
| +++ b/LayoutTests/tables/mozilla/collapsing_borders/bug41262-3.html
|
| @@ -2,7 +2,9 @@
|
| <!-- saved from url=(0063)http://bugzilla.mozilla.org/attachment.cgi?id=69028&action=view -->
|
| <HTML><HEAD><TITLE>Collapsing Border Test Case</TITLE>
|
| <META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
|
| -<STYLE type=text/css>TABLE {
|
| +<STYLE type=text/css>
|
| +body { overflow: hidden; }
|
| +TABLE {
|
| MARGIN-TOP: 1em; MARGIN-BOTTOM: 1em
|
| }
|
| TABLE.test1 {
|
|
|