Version: (using Devel) Installed from: Compiled sources An absolutely positioned image placed at 0, 0 with a height and width of 100% inside a relatively positioned div does not have the proper height. It comes up short. This works correctly in safari 3.1, IE 8 beta 1, firefox 2 and 3, Opera 9.5 beta 1, and even tkhtml. The test case is here: http://mrgrim.meanasspenguin.org/test.html
SVN commit 796959 by ggarand: .Fix solving of percentage height for positioned elements, in light of the nota bene in CSS 2.1-10.5. .Satisfyingly, the same code path can also be used to solve percentage intrinsic height (10.6.2) - (#160371) .Fix some errors in the implicit height code, that wasn't converting to content height. BUG:160371 M +14 -5 render_box.cpp M +1 -1 render_box.h WebSVN link: http://websvn.kde.org/?view=rev&revision=796959