| Index: LayoutTests/css2.1/20110323/abspos-replaced-width-margin-000.htm
|
| diff --git a/LayoutTests/css2.1/20110323/abspos-replaced-width-margin-000.htm b/LayoutTests/css2.1/20110323/abspos-replaced-width-margin-000.htm
|
| index dae206ccddab97c88eca0f33efc49e2fb677468d..dfe132f3df07fd87eb62a215f90af7a27facd51f 100644
|
| --- a/LayoutTests/css2.1/20110323/abspos-replaced-width-margin-000.htm
|
| +++ b/LayoutTests/css2.1/20110323/abspos-replaced-width-margin-000.htm
|
| @@ -25,7 +25,7 @@ div { height: 1px; direction: ltr; }
|
| /* totals for html and body: 21px on the left, 34px on the right */
|
| html, body { border: transparent medium solid; }
|
| html { margin: 0 3px 0 2px; padding: 0 4px 0 3px; border-width: 0 3px 0 8px; }
|
| -body { margin: 0 6px 0 3px; padding: 0 7px 0 1px; border-width: 0 11px 0 4px; }
|
| +body { margin: 0 6px 0 3px; padding: 0 7px 0 1px; border-width: 0 11px 0 4px; overflow: hidden; }
|
|
|
| body > div {
|
| position: relative;
|
|
|