11A box with negative margin should drop it in order to fit next to floats rather than push below the floats. This behaviour is not defined by CSS2.1, but the behaviour enforced by this test makes us match IE and FF.
22
3Header
4FAIL:
5Expected 650 for width, but got 1050.
6
7<div class="box margin-left" data-expected-width="650">Header</div>
38Header
49PASS
510Header
611PASS
712Header
8PASS
13FAIL:
14Expected 650 for width, but got 1050.
15
16<div class="box margin-right" data-expected-width="650">Header</div>
917Header
1018PASS
1119Header
1220PASS
13Header
14PASS