Bug 52373

Summary: Incorrect containing block used for percentage height with block inside inline
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: hyatt, mitz, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Testcase none

Simon Fraser (smfr)
Reported 2011-01-13 08:47:23 PST
Created attachment 78815 [details] Testcase The attached testcase, which Safari fails, and FF passes, shows an issue where we compute percentage heights incorrectly. The spec says that they should be computed relative to the height of the containing block <http://www.w3.org/TR/CSS21/visudet.html#propdef-height> but maybe we disagree on what the containing block is, because of anonymous blocks (since the parent is inline)?
Attachments
Testcase (1.18 KB, text/html)
2011-01-13 08:47 PST, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2011-01-13 08:50:37 PST
Simon Fraser (smfr)
Comment 2 2011-01-13 08:53:08 PST
*** This bug has been marked as a duplicate of bug 29189 ***
Note You need to log in before you can comment on or make changes to this bug.