[Webkit-unassigned] [Bug 44815] crash: 0x101dad3ae in WebCore::RenderBox::positionForPoint at RenderBox.cpp:2817

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 31 13:21:28 PDT 2010


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





--- Comment #16 from Eric Seidel <eric at webkit.org>  2010-08-31 13:21:27 PST ---
OK, it does have to do with SVG, sorta.  Mostly because SVG doesn't end up with any HTML content until the XML parse error code runs.

Full test case:
<svg xmlns="http://www.w3.org/2000/svg">
<style>body { display: table-column-group; }</style>

We end up trying to attach a body which is styled as a table-column-group, which ends up creating an anonymous RenderTable to wrap the body.

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