1 <!DOCTYPE html PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
4 <title>CSS Test: Absolutely positioned non-replaced elements with left, width, right and margin-right not auto
</title>
5 <link rel=
"author" title=
"Microsoft" href=
"http://www.microsoft.com/">
6 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">
7 <meta name=
"flags" content=
"ahem">
8 <script src=
"../../resources/ahem.js"></script>
9 <meta name=
"assert" content=
"If 'left', 'width', 'right' and 'margin-right' are all not 'auto' and 'margin-left' is 'auto', then solve the equation for 'margin-left'.">
10 <style type=
"text/css">
21 /* left + margin-left + border-left-width + padding-left + width + padding-right + border-right-width + margin-right + right = width of containing block */
22 /* 1in + solve + 0 + 0 + 1in + 0 + 0 + 1in + 1in = 3in */
27 margin-left: auto
; /* value is solved to -1 */
36 <p>Test passes if the blue square is in the upper-left corner of the black rectangle and there is no red visible on the page.
</p>
37 <div id=
"containingblock">