[Webkit-unassigned] [Bug 29620] Some SVG tests randomly fail on the bot (and in release builds)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 22 16:52:59 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29620
--- Comment #6 from Simon Fraser (smfr) <simon.fraser at apple.com> 2009-09-22 16:52:59 PDT ---
The mysterious green is coming from fill-SVGPaint-interface.svg, which does
this:
var fill = rect.getPresentationAttribute('fill');
fill.setRGBColor("green");
This is touching a CSSMappedAttributeDeclaration which is in the mapped
attribute cache. That's bad.
--
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