Bug 7174

Summary: CSS height not inherited if parent has no explicit height
Product: WebKit Reporter: Patrick Machielse <webkitbugz>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ian
Priority: P2 Keywords: HasReduction
Version: 417.x   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Test case which exposes the bug none

Description Patrick Machielse 2006-02-10 05:06:42 PST
Objects do not properly inherit the height of their parent if the parent has no explicit height. Specifying the parent's height using just 'top' and 'bottom' will not let the child object inherit a height value.
Comment 1 Patrick Machielse 2006-02-10 05:09:46 PST
Created attachment 6385 [details]
Test case which exposes the bug
Comment 2 Joost de Valk (AlthA) 2006-02-11 03:06:53 PST
Confirmed, Opera and FFox behave differently on this testcase. It could be that we match IE here, have to test that. Good testcase though.
Comment 3 Sam Weinig 2006-06-30 13:46:25 PDT
ToT now renders the test case correctly.  
Comment 4 Sam Weinig 2006-07-01 08:10:07 PDT
Closing as this now works in ToT due to the patch from bug 9085.
Comment 5 David Kilzer (:ddkilzer) 2006-07-01 08:58:32 PDT
Reopening to close as a duplicate.

Comment 6 David Kilzer (:ddkilzer) 2006-07-01 08:58:47 PDT

*** This bug has been marked as a duplicate of 9085 ***