Bug 112551 - When a block's height is determined only by min-height, children with percentage heights are sized incorrectly
Summary: When a block's height is determined only by min-height, children with percent...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified OS X 10.8
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-18 03:30 PDT by christophe.schwyzer
Modified: 2022-07-13 14:21 PDT (History)
2 users (show)

See Also:


Attachments
Test Case (260 bytes, text/html)
2013-03-18 03:30 PDT, christophe.schwyzer
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description christophe.schwyzer 2013-03-18 03:30:15 PDT
Created attachment 193516 [details]
Test Case

This bug seems to be similar to https://bugs.webkit.org/show_bug.cgi?id=26559. 

If the parents block height is only determined by min-height (height is not set), children with percentage heights are sized incorrectly.
Comment 1 Brent Fulgham 2022-07-13 14:21:27 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.