mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Update web-platform-tests to revision ea14651f262003177d0ba5819bd2806a1327b12a
This commit is contained in:
parent
847115ba04
commit
816185f094
272 changed files with 5766 additions and 2855 deletions
7
tests/wpt/web-platform-tests/xhr/send-send.any.js
Normal file
7
tests/wpt/web-platform-tests/xhr/send-send.any.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
test(function() {
|
||||
var client = new XMLHttpRequest()
|
||||
client.open("GET", "resources/well-formed.xml")
|
||||
client.send(null)
|
||||
assert_throws("InvalidStateError", function() { client.send(null) })
|
||||
client.abort()
|
||||
}, "XMLHttpRequest: send() - send()");
|
Loading…
Add table
Add a link
Reference in a new issue