Bug 1345457 - correct the xhr/open-during-abort-processing.htm web platform test to match the spec; r=annevk

correct the xhr/open-during-abort-processing.htm web platform test to match the spec

Differential Revision: https://phabricator.services.mozilla.com/D23802

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Thomas Wisniewski 2019-03-18 15:58:47 +00:00
Родитель bd975399e9
Коммит 408d872fcd
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -1,4 +0,0 @@
[open-during-abort-processing.htm]
[XMLHttpRequest: open() during abort processing - abort() called from onloadstart]
expected: FAIL

Просмотреть файл

@ -13,8 +13,6 @@ async_test(t => {
"onreadystatechange readyState before open() 4", "onreadystatechange readyState before open() 4",
"onreadystatechange readyState after open() 1", "onreadystatechange readyState after open() 1",
"onloadstart readyState 1", "onloadstart readyState 1",
"upload.onabort 1",
"upload.onloadend 1",
"client.onabort 1", "client.onabort 1",
"readyState after abort() 1", "readyState after abort() 1",
"client.onload 4" "client.onload 4"