mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
layout: Take the width
attribute of <img>
into account when
computing the intrinsic widths of the associated fragment. Fixes sites that use spacer gifs for table layout, such as the comments page on Hacker News.
This commit is contained in:
parent
a052c53d2e
commit
7b92b99c6d
4 changed files with 35 additions and 2 deletions
|
@ -131,6 +131,7 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== img_dynamic_remove.html img_dynamic_remove_ref.html
|
||||
!= img_simple.html img_simple_ref.html
|
||||
== img_size_a.html img_size_b.html
|
||||
== img_width_attribute_intrinsic_width_a.html img_width_attribute_intrinsic_width_ref.html
|
||||
== incremental_float_a.html incremental_float_ref.html
|
||||
== incremental_inline_layout_a.html incremental_inline_layout_ref.html
|
||||
!= inline_background_a.html inline_background_ref.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue