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:
Patrick Walton 2015-05-08 13:22:19 -07:00
parent a052c53d2e
commit 7b92b99c6d
4 changed files with 35 additions and 2 deletions

View file

@ -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