[Webkit-unassigned] [Bug 12052] Assertion failure in WebCore::RenderHTMLCanvas::layout
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 13 09:58:43 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=12052
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #34730|review? |review-
Flag| |
--- Comment #4 from Darin Adler <darin at apple.com> 2009-08-13 09:58:42 PDT ---
(From update of attachment 34730)
review- because of the double change log in the LayoutTests directory.
> + // block. We also don't handle the run-in if the element isn't a
> + // block (e.g., <canvas>, <video>, and etc.).
> + if (!child->isRunIn() || !child->childrenInline() && !child->isReplaced() || !child->isRenderBlock())
> return false;
This definitely gets rid of the assertion/crash, but I am not 100% certain it's
correct. I'd like to hear from Hyatt or Dan Bernstein.
--
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