Re: [XMLHttpRequest-tests] We decided to make abort() no-op more (#4033)

To cover all issues raised in #88, I believe [open-during-abort](https://github.com/w3c/web-platform-tests/blob/master/XMLHttpRequest/open-during-abort.htm) should also be modified by adding this final check:

    assert_equals(client.readyState, 1)

Since abort() does not fire a readystatechange event in step 3, the test cannot currently catch an erroneous state change.

Apologies if this is already covered in this PR.

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

Received on Friday, 21 October 2016 21:24:46 UTC