[Webkit-unassigned] [Bug 64082] text-tref-02-b.svg test from SVG1.1SE testsuite fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 7 06:28:56 PDT 2011


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





--- Comment #1 from Rob Buis <rwlbuis at gmail.com>  2011-07-07 06:28:56 PST ---
Created an attachment (id=99973)
 --> (https://bugs.webkit.org/attachment.cgi?id=99973&action=review)
Possible solution

Here is one way to make the testcase work. Note that we should probably also react to removing of id, also I am not sure if that is handled very well everywhere right now. Not putting up for review, just discussion :)
Another way that would work is putting a domsubtreemodified listener on the document, but that sounds like overkill just for keeping track of changing id. So if that is not an option, I think right now the only fix can be to change something below the SVG level, like this patch tries.

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