layout: Remove the bogus

`assign_block_size_for_inorder_child_if_necessary` logic from table
wrapper flows.

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.
This commit is contained in:
Patrick Walton 2015-04-02 15:41:09 -07:00
parent 3fb666cf60
commit df9c0c7a26
5 changed files with 112 additions and 16 deletions

View file

@ -267,6 +267,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