table_wrapper.rs: Fix for percentage widths

Fixes #4421
This commit is contained in:
Matthew Rasmus 2015-01-09 15:30:30 -08:00
parent ffdbf29db2
commit 182f1a0d01
4 changed files with 38 additions and 3 deletions

View file

@ -174,6 +174,7 @@ fragment=top != ../html/acid2.html acid2_ref.html
== many_brs_a.html many_brs_ref.html
== table_expansion_to_fit_a.html table_expansion_to_fit_ref.html
== table_percentage_width_a.html table_percentage_width_ref.html
== table_percentage_capping_a.html table_percentage_capping_ref.html
== legacy_input_size_attribute_override_a.html legacy_input_size_attribute_override_ref.html
== legacy_td_width_attribute_a.html legacy_td_width_attribute_ref.html
== box_sizing_sanity_check_a.html box_sizing_sanity_check_ref.html