Floater inside of floater sizing

Another interoperability problem we've uncovered while investigating compatibility problems reported to Internet Explorer. This was found on few internal sites, but should affect every site with same combination, and we expect this is pretty common:

Consider the following reduction: http://jsfiddle.net/boggydigital/6M2yu/

If a floater contains inline-block element and a floater next to it - Chrome would break the line after the first element and sizes container as if line break didn't happen, even though there should be enough space to fit the child floating element without breaking the line.

Internet Explorer and Firefox fit both elements without a line break. Is this the expected behavior?

Received on Tuesday, 17 June 2014 23:21:37 UTC