Opera 9.1 bug:
min-width of nested element is ignored when calculating width of floated parent element

These links has min-width and nested into floated elements.

Link borders and paddings are with the purpose of clearness.

Actual results:
Floated element width depends on only text content of nested element, not its min-width, i.e. nested element min-width exert influence only on visual size of itself, not parent floated element.
Expected results:
Floated element width should depend on current actual width of nested element, min-width of nested element should not be ignored.
Additional information
At least 8.53, 9.02 and 9.1 versions of Opera are affected by this bug. As a reference of correct behavior in this case can be considered, for example, Firefox (1.5, 2.0, 3.0a3pre versions) behavior.