- From: Philip Jägenstedt <web-platform-tests-notifications@w3.org>
- Date: Wed, 12 Oct 2016 10:36:33 GMT
- To: public-web-platform-tests-notifications@w3.org
But the failures are because of other differences first. Edge only gives 4 arguments on the `onerror` callback, while Chrome and Safari make the 5th argument an object instead of number. The spec is at https://html.spec.whatwg.org/#the-event-handler-processing-algorithm and Edge is wrong about the number of arguments, not sure about the type though, that probably affects `window.addEventListener('error', ...)` too. View on GitHub: https://github.com/w3c/web-platform-tests/pull/3945#issuecomment-253178455
Received on Wednesday, 12 October 2016 10:36:40 UTC