Re: [XMLHttpRequest-tests] Call abort() from loadstart instead of readystatechange (broken test) (#1063)

We have [this test](https://github.com/w3c/web-platform-tests/blob/master/XMLHttpRequest/abort-during-open.htm) which checks that `send()` fails if `abort()` is called _after_ `open()`.

Note that `onreadystatechange` is called while `open()` is still running (it blocks `open()`), so the above test is not exactly what we need, but it probably is close enough. Otherwise, I can add this test (the old version) with an `asset_throws()` on the `send()`.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/1063#issuecomment-46438381

Received on Wednesday, 18 June 2014 13:56:42 UTC