RESOLVED WORKSFORME 29189
Incorrect containing block for blocks that have an inline parent
https://bugs.webkit.org/show_bug.cgi?id=29189
Summary Incorrect containing block for blocks that have an inline parent
Boris Zbarsky
Reported 2009-09-11 09:28:56 PDT
Created attachment 39443 [details] 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.
Attachments
Testcase showing height issue (183 bytes, text/html)
2009-09-11 09:28 PDT, Boris Zbarsky
no flags
Testcase showing margin issue (304 bytes, text/html)
2009-09-11 09:29 PDT, Boris Zbarsky
no flags
Boris Zbarsky
Comment 1 2009-09-11 09:29:17 PDT
Created attachment 39444 [details] Testcase showing margin issue
Simon Fraser (smfr)
Comment 2 2011-01-13 08:53:08 PST
*** Bug 52373 has been marked as a duplicate of this bug. ***
Robert Hogan
Comment 3 2013-11-18 23:05:27 PST
These both pass now.
Alexey Proskuryakov
Comment 4 2013-11-19 10:21:14 PST
Do we need to land a test case?
Note You need to log in before you can comment on or make changes to this bug.