[Webkit-unassigned] [Bug 40857] Altering the CSS class of an attached SVG element causes WebKit to crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 16:59:06 PDT 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All
         OS/Version|Mac OS X 10.6               |All
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ap at webkit.org
     Ever Confirmed|0                           |1




--- Comment #4 from Alexey Proskuryakov <ap at webkit.org>  2010-06-23 16:59:06 PST ---
Thanks for tackling this! I'm not trying to do a full review, but I do have a few comments:

+2010-06-23    <>

Please add your name and e-mail address.

+++ b/LayoutTests/platform/chromium-linux/svg/css/svg-ellipse-render-crash-expected.txt

Since this is a test for a crasher, it needn't be a pixel one. You can turn it into a text test by adding a script:
if (window.layoutTestController)
    layoutTestController.dumpAsText();

+    if (!namedAttrMap) {
+      attributes(false);
     }

Coding style errors: there should be no braces around single line code blocks, and code should be indented by 4 spaces.

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