Re: [html-tests] Basic <script> and data URL test (#3945)

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