[Webkit-unassigned] [Bug 118516] % unit heights don't work if parent block height is set in vh
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 11 06:52:49 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118516
gur.trio at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gur.trio at gmail.com
--- Comment #1 from gur.trio at gmail.com 2013-09-11 06:52:02 PST ---
(In reply to comment #0)
> Created an attachment (id=206343)
--> (https://bugs.webkit.org/attachment.cgi?id=206343&action=review) [details]
> screenshot
>
> What steps will reproduce the problem?
> 1. Place below code in body
>
> <div id="outer" style="height: 50vh; width: 50vw; background-color: lightcyan; border: solid 1px black;" >
> <div id="inner" style="width: 50%; height: 50%; background-color: lightseagreen; border: solid 1px black;"></div>
> </div>
>
> What is the expected result?
> You should see a seagreen box inside a lightcyan one.
>
> What happens instead?
> The inner box has a height of 0.
The issue is already fixed in chromium. Merge can be done.
https://code.google.com/p/chromium/issues/detail?id=225664
--
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