[Webkit-unassigned] [Bug 12052] Assertion failure in WebCore::RenderHTMLCanvas::layout
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 13 14:03:19 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=12052
--- Comment #6 from Shinichiro Hamaji <hamaji at chromium.org> 2009-08-13 14:03:17 PDT ---
Thanks Darin and David for your comments.
It seems that Firefox (3.5.2) doesn't handle replaced run-in properly. If I
understand correctly, browsers should layout
<canvas style="display:run-in;"></canvas>
<p>foo</p>
just like
<p><canvas style="display:inline"></canvas>foo</p>
With the following test case, firefox is treating the run-in canvas just like a
block element:
http://tinyurl.com/qbodd6
Maybe it's OK to commit a patch which fixes the crash bug with incorrect
replaced run-in handling and a FIXME comment for now?
--
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