[Webkit-unassigned] [Bug 70678] Crash in WebCore::RenderTableSection::addChild due to assert failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 24 12:17:00 PDT 2011


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





--- Comment #7 from Fady Samuel <fsamuel at chromium.org>  2011-10-24 12:17:00 PST ---
(In reply to comment #6)
> (In reply to comment #5)
> > Nice, so now you need to see whether the span has to go in its own new anonymous block or it has to go as a last child of row-1. Please compare with firefox, opera renderings.
> 
> Add this to testcase.       spanElement.appendChild(document.createTextNode("Some text.")); 
> 
> You will see the wrong rendering. You need to change that assert into a hard check. We need to add the child into its own new anonymous row.

Yup, Firefox inserts the text as a row between row-1, and row-2.

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