[Webkit-unassigned] [Bug 29189] New: Incorrect containing block for blocks that have an inline parent
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 11 09:28:58 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29189
Summary: Incorrect containing block for blocks that have an
inline parent
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bzbarsky at mit.edu
Created an attachment (id=39443)
--> (https://bugs.webkit.org/attachment.cgi?id=39443)
Testcase showing height issue
BUILD: Today's webkit nightly
STEPS TO REPRODUCE: Load attached testcases
EXPECTED RESULTS:
First testcase: Block with black border has height 100px
Second testcase: Block with black border has a left margin of 0 and a right
margin of 10px
ACTUAL RESULTS:
First testcase: Block with black border has height 0
Second testcase: Block with black border has a left margin of 10px and a right
margin of 0
Both are most likely due to using the wrong thing as the containing block.
--
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