[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:10:04 PDT 2011


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





--- Comment #6 from Abhishek Arya <inferno at chromium.org>  2011-10-24 12:10:04 PST ---
(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.

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