Re: new XMLHttpRequest test (#241)

similar tests are missed for EventSource (page unloading, user cancellation):
for EventSource i see a very strange behaviour:
if EventSource is trying to reconnect when window.stop() is called, then EventSource will continue to work in Chrome and Firefox,
but if EventSource is connected  - in Chrome "error" is not fired, readyState == 1, but messages will not be delivered... in Firefox - "error" event will be fired, readyState == 2...


View on GitHub: https://github.com/w3c/web-platform-tests/issues/241#issuecomment-20684610

Received on Tuesday, 9 July 2013 15:59:45 UTC