Floats need to be able to intrude into anonymous inline-blocks. We need to make sure anonymous inline-blocks don't avoid floats and keep getting the full width of a line even when floats are present.
Created attachment 249921 [details] Patch
Attachment 249921 [details] did not pass style-queue: ERROR: Source/WebCore/rendering/RenderBox.cpp:4305: Missing spaces around | [whitespace/operators] [3] Total errors found: 1 in 13 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 249922 [details] Patch
Fixed in r182241.