I am a floated element.
I am text inside a div nested inside the outer box. If there is enough text then the text will wrap around the floated element. The border on the outer will then wrap around the text.
I am a floated element.
I am text inside a div nested inside the outer box. I have overflow auto which makes me a BFC and therefore I do not wrap.