mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update web-platform-tests to revision e03a9b1341ae9bdb1e4fa03765257b84d26fe2f1
This commit is contained in:
parent
7d05c76d18
commit
20a833eb75
5167 changed files with 4696 additions and 297370 deletions
|
@ -8,7 +8,11 @@ test.step(function() {
|
|||
})
|
||||
}
|
||||
assert_equals(client.readyState, 1, "before abort()")
|
||||
assert_equals(client.status, 0)
|
||||
assert_equals(client.statusText, "")
|
||||
client.abort()
|
||||
assert_equals(client.readyState, 1, "after abort()")
|
||||
assert_equals(client.status, 0)
|
||||
assert_equals(client.statusText, "")
|
||||
})
|
||||
test.done()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue