Re: [websockets] Test results available

On Thu, 26 Mar 2015 16:37:28 +0100, Olli Pettay <olli@pettay.fi> wrote:

> Also websockets/interfaces/WebSocket/events/013.html is buggy. Seems to  
> rely on blink/presto's EventHandler behavior, which is not
> what the specs says should happen.

It probably matched the spec at the time the test was written.

Spec now says [TreatNonObjectAsNull] so this should return the object, not  
null.
https://html.spec.whatwg.org/multipage/webappapis.html#eventhandlernonnull

Fix: https://github.com/w3c/web-platform-tests/pull/1704

-- 
Simon Pieters
Opera Software

Received on Thursday, 2 April 2015 13:09:24 UTC