RESOLVED DUPLICATE of bug 29189 52373
Incorrect containing block used for percentage height with block inside inline
https://bugs.webkit.org/show_bug.cgi?id=52373
Summary Incorrect containing block used for percentage height with block inside inline
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.