[Webkit-unassigned] [Bug 18714] Sub-elements do not expand when parent elements do if min-width/height is applied to parent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 13:56:14 PST 2012


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





--- Comment #4 from Silas Brill <brilliand+bugzilla at gmail.com>  2012-01-23 13:56:15 PST ---
Created an attachment (id=123616)
 --> (https://bugs.webkit.org/attachment.cgi?id=123616&action=review)
Testcase for min-height and min-width with other elements

Here's a testcase for min-height and min-width using divs instead of html and body.  The min-width behavior appears to be completely correct.  The min-height behavior matches Firefox in this case, but it still appears the be wrong (the element with class="body" should expand to fill the element with class="html", but appears to be sizing to enclose its child element instead, for some reason).  IE9 has the same behavior as Firefox for both of these testcases.

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