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/readyState/003.html -- bugy? #1695

Open AFBarstow opened 9 years ago

AFBarstow commented 9 years ago

Boris reported this:

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

http://www.w3c-test.org/websockets/interfaces/WebSocket/readyState/003.html looks wrong to me: the value it should get is in fact undefined, since the property got deleted from the prototype. ]]

/Cc @bzbarsky

foolip commented 6 years ago

This issue has been open for 3 years :)

Current results: https://wpt.fyi/websockets/interfaces/WebSocket/readyState/003.html https://wpt.fyi/websockets/interfaces/WebSocket/readyState/003.html?wss

I get the same error with wpt run locally, but not at http://w3c-test.org/websockets/interfaces/WebSocket/readyState/003.html...

In Chrome devtools I see "Failed to load resource: the server responded with a status of 500 (Internal Server Error)" so something pretty odd is happening here.

Will file a separate issue for that, when fixed perhaps this issue can be reproduced again.