web-platform-tests / wpt

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

websockets/interfaces/WebSocket/events/013.html is buggy #1691

Open AFBarstow opened 9 years ago

AFBarstow commented 9 years ago

Olli Pettay reported an issue with websockets/interfaces/WebSocket/events/013.html

[[ https://lists.w3.org/Archives/Public/public-webapps/2015JanMar/0894.html

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. ]]

/Cc @smaug [anyone know know Olli's github handle?]

foolip commented 6 years ago

This issue is 3 years old. https://wpt.fyi/websockets/interfaces/WebSocket/events/013.html broken because of https://github.com/w3c/web-platform-tests/issues/10457 so can't investigate.

Olli is @smaug----

foolip commented 6 years ago

Just looking at the code and OP, think this was about {handleEvent:this.unreached_func("handleEvent was called")} as the event handler, which is a silly thing which is actually spec'd and (I think) interoperable now. So once https://github.com/w3c/web-platform-tests/issues/10457 is fixed this issue can be closed if the tests are passing in all browsers.