[Webkit-unassigned] [Bug 77768] Fix bugs in two SVG manual tests: animateColor-from-by.svg and svg-link-hover-use.svg

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 4 13:22:48 PST 2012


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





--- Comment #3 from Philip Rogers <pdr at google.com>  2012-02-04 13:22:48 PST ---
(In reply to comment #2)
> (From update of attachment 125392 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=125392&action=review
> 
> > ManualTests/svg-link-hover-use.svg:6
> > +      <use xlink:href="#rect" onmouseover="alert('foo')" />
> 
> I think this is technically incorrect, but I think we handle this case regardless, no?

At one point we did allow it but recently the IRI handling was improved with https://bugs.webkit.org/show_bug.cgi?id=63283, causing this test to fail. The bug report discusses this case and it looks like the conclusion was that it's best if we err on the side of correctness. Firefox handles this similarly, causing the test to fail without the #.

> 
> > ManualTests/animation/animateColor-from-by.svg:5
> > -  <text x='10' y='120'>The rect should animate from red to purple over 3 seconds</text>
> > +  <text x='10' y='120'>The rect should animate from red to blue over 3 seconds</text>
> 
> Why?  It starts at DD00DD and should got to DD00DD which seems purple to me...

Great catch. https://bugs.webkit.org/show_bug.cgi?id=77812

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