[Webkit-unassigned] [Bug 70193] iframe with 100% height inside absolutely positioned div will be taller than body

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 15 22:05:44 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=70193


Philippe Wittenbergh <phiw at l-c-n.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |phiw at l-c-n.com




--- Comment #2 from Philippe Wittenbergh <phiw at l-c-n.com>  2011-10-15 22:05:44 PST ---
Isn't that expected? Presto and Gecko do the same.

iframe being an inline replaced element, it rest on the baseline of the parent block (leaving space for descenders, etc).

iframe {display:block} removes that space and the scrollbar.

-- 
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