Re: Relaxing SVGList* item object equality in Blink/Chromium

On 12/12/13 1:57 PM, Boris Zbarsky wrote:
>    try {
>      item.setScale(1,1);
>      document.writeln("FAIL: animVal setScale did not throw")
>    } catch (e) {
>      document.writeln("PASS: animVal setScale gives " + e)
>    }

Though note that Chrome does fail this part of the testcase.  Not sure 
whether that's what you were thinking about?

-Boris

Received on Thursday, 12 December 2013 19:06:40 UTC