Descendant box width: 500px
Floated with margin-right:-250px
Float
Container width: 300px

Overflow

This text is following a container (blue border) floated left in the source. Within this container is a descendant box (yellow border). Because the descendents' box width is greater than the container width it will overflow and this text should render above the overflowed portion of the descendent box since it's following in the source order.

  1. Overflow
  2. Overflow with greater negative margin

CSS Class - test with CSS