[Webkit-unassigned] [Bug 15359] JPEG image not shown when height is specified as percentage inside a table
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 7 11:11:51 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15359
------- Comment #8 from ddkilzer at webkit.org 2007-10-07 11:11 PDT -------
(In reply to comment #7)
> The default (intrinsic) size of a replaced element is 300px wide by 150px high.
> Thus, this example should render a green 300x112 canvas element:
>
> <table><tr><td>
> <canvas style="background-color: #00ff00; height: 75%;"></canvas>
> </td></tr></table>
>
> On Firefox 2.0.0.7, this renders a 300x112 canvas element, but the containing
> table cell is 300x150 (instead of 300x112).
> On FIrefox 3.0a9pre (07-Oct-2007), this renders as expected with a 300x112
> canvas element.
Actually, on Firefox 3.0a9pre, this is a 300x150 canvas element.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list