mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
auto merge of #5128 : bjwbell/servo/inline-block_fix_min-width, r=jdm
With inline-block elements set the width to max(min width, specified width) instead of only using the specified width. Fixes https://github.com/servo/servo/issues/4945
This commit is contained in:
commit
9d58c086e7
4 changed files with 59 additions and 5 deletions
|
@ -160,6 +160,7 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
|||
== img_block_display_a.html img_block_display_ref.html
|
||||
== after_block_iteration.html after_block_iteration_ref.html
|
||||
== inline_block_percentage_height_a.html inline_block_percentage_height_ref.html
|
||||
== inline_block_min_width.html inline_block_min_width_ref.html
|
||||
== percentage_height_float_a.html percentage_height_float_ref.html
|
||||
== img_block_maxwidth_a.html img_block_maxwidth_ref.html
|
||||
== img_block_maxwidth_b.html img_block_maxwidth_ref.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue