[Webkit-unassigned] [Bug 115090] REGRESSION (r143102): Cannot correctly display http://atomsforpeace.info

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 24 11:18:19 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=115090


Zalan Bujtas <zalan at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #199501|0                           |1
        is obsolete|                            |




--- Comment #7 from Zalan Bujtas <zalan at apple.com>  2013-04-24 11:16:38 PST ---
Created an attachment (id=199503)
 --> (https://bugs.webkit.org/attachment.cgi?id=199503&action=review)
test reduction

This is about being in strict mode vs. sizing the replaced element based on the ancestor's auto height. 
Before r143102, we traversed from the RenderReplaced up to the RenderView and if _any_ of the ancestor's had non-auto height, we considered the RenderReplaced non-auto as well. r143102 changed it to restrict the check to the containing block only. This is not a regression.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list