[Webkit-unassigned] [Bug 42894] RenderLayer crashes on page with MathML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 23 15:17:15 PDT 2010


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





--- Comment #6 from Alex Milowski <alex at milowski.com>  2010-07-23 15:17:15 PST ---
The layer is only created when someone has a CSS rule like:

math {
    overflow: auto;
}

We don't have that in any of our tests but that website does.  That's why we
haven't seen this before.

Oddly, the MathML code is the only code that calls setStyle() in createRenderer() and that is why this problem is localized to the MathML implementation.

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