| Index: LayoutTests/css1/box_properties/margin.html
|
| diff --git a/LayoutTests/css1/box_properties/margin.html b/LayoutTests/css1/box_properties/margin.html
|
| index 054e835640ac55737933e97f985e2260b3e9c18f..7288f216ee240f59ab74d5ad41f0ccdbfedb123d 100644
|
| --- a/LayoutTests/css1/box_properties/margin.html
|
| +++ b/LayoutTests/css1/box_properties/margin.html
|
| @@ -7,6 +7,7 @@
|
|
|
| <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.css">
|
| <STYLE type="text/css">
|
| +body {overflow: hidden;}
|
| .zero {background-color: silver; margin: 0;}
|
| .one {margin: 0.5in; background-color: aqua;}
|
| .two {margin: 25px; background-color: aqua;}
|
|
|