Auto merge of #5584 - pcwalton:fix-a-float-redux, r=glennw

As far as I can tell, this is a cut-and-paste of old buggy code from
block flows. Delegating to the correct block flow code fixes the sidebar
float placement on Guardians of the Galaxy.

r? @glennw
This commit is contained in:
bors-servo 2015-04-08 03:57:36 -05:00
commit f4da0f0e94
5 changed files with 112 additions and 16 deletions

View file

@ -281,6 +281,7 @@ experimental == rtl_simple.html rtl_simple_ref.html
== table_colspan_simple_a.html table_colspan_simple_ref.html
== table_containing_block_a.html table_containing_block_ref.html
== table_expansion_to_fit_a.html table_expansion_to_fit_ref.html
== table_float_translation_a.html table_float_translation_ref.html
== table_padding_a.html table_padding_ref.html
== table_percentage_capping_a.html table_percentage_capping_ref.html
== table_percentage_width_a.html table_percentage_width_ref.html