| Index: LayoutTests/css2.1/20110323/abspos-non-replaced-width-margin-000.htm
|
| diff --git a/LayoutTests/css2.1/20110323/abspos-non-replaced-width-margin-000.htm b/LayoutTests/css2.1/20110323/abspos-non-replaced-width-margin-000.htm
|
| index d770cdd0ad00a0d6a727cf5f86f707e9650be0f1..8d3c06f8e00cce4b78315ac3759b032dd2f407e8 100644
|
| --- a/LayoutTests/css2.1/20110323/abspos-non-replaced-width-margin-000.htm
|
| +++ b/LayoutTests/css2.1/20110323/abspos-non-replaced-width-margin-000.htm
|
| @@ -8,7 +8,7 @@
|
| <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">
|
| <meta name="assert" content="The values of 'left', 'right', 'margin-left', 'margin-right', and 'width' are calculated correctly for absolutely positioned non-replaced elements according to CSS2.1 Section 10.3.7.">
|
| <style type="text/css">
|
| -
|
| +
|
| div { height: 1px; direction: ltr; }
|
|
|
| /*
|
| @@ -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;
|
| @@ -490,4 +490,4 @@ body > div.widewidth > div > div { width: 660px; }
|
| <div class="widewidth mr ml or ol edir sdir adir"><div><div><div></div></div></div></div>
|
|
|
| </body>
|
| -</html>
|
| +</html>
|
|
|