web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
5k stars 3.1k forks source link

MediaElementAudioSource interface test (to scriptProcessor): javascript missing arguments #1429

Open mariohm opened 9 years ago

mariohm commented 9 years ago

TypeError: Not enough arguments to EventTarget.removeEventListener. This error appears on Ubuntu 14.04 Firefox 33

tripu commented 9 years ago

Thanks, @mariohm!

jgraham commented 9 years ago

I guess this is fixed then.

tripu commented 9 years ago

Not really, @jgraham. Reopening.

@mariohm, your PR was against @helfio's fork of WPT (not here, upstream). So even after the merge, your change is not in this repo yet. Please fork your own version of this project, and file the same PR here, against w3c:web-platform-tests, @mariohm. I apologise if I didn't make the process clear to begin with…

foolip commented 6 years ago

This test does still exist: https://wpt.fyi/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html

https://github.com/helfio/web-platform-tests/pull/1 hasn't been sent as a PR against this repo, and the test is still timing out on Firefox.

@padenot, perhaps you could have a look?