| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| <title>CSS Test: Solving over-constrained situation for block-level non-replaced elements in normal flow and direction is right-to-left</title> |
| <link rel="author" title="Microsoft" href="http://www.microsoft.com/"> |
| <link rel="help" href="http://www.w3.org/TR/CSS21/visudet.html#blockwidth"> |
| <meta name="flags" content=""> |
| <meta name="assert" content="When direction is right-to-left, margin-left is ignored in an over-constrained situation."> |
| background-color: orange; |
| border-left: 10px solid orange; |
| border-right: 10px solid orange; |
| <p>Test passes if the orange and blue boxes below are the same width.</p> |