mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update web-platform-tests to revision 66c4613f823c4384c78ada77346eda17bb128947
This commit is contained in:
parent
183772583f
commit
a91433f0c8
234 changed files with 4368 additions and 967 deletions
7
tests/wpt/web-platform-tests/XMLHttpRequest/send-send.js
Normal file
7
tests/wpt/web-platform-tests/XMLHttpRequest/send-send.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()
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue