mirror of
https://github.com/servo/servo.git
synced 2025-10-03 01:59:14 +01:00
Implemented XMLHttpRequest.send(Document)
This commit is contained in:
parent
11dffa8958
commit
401836e8f0
3 changed files with 82 additions and 44 deletions
|
@ -1,11 +1,5 @@
|
|||
[setrequestheader-content-type.htm]
|
||||
type: testharness
|
||||
[XML Document request has correct default Content-Type of "application/xml;charset=UTF-8"]
|
||||
expected: FAIL
|
||||
|
||||
[HTML Document request has correct default Content-Type of "text/html;charset=UTF-8"]
|
||||
expected: FAIL
|
||||
|
||||
[ArrayBuffer request sends no Content-Type without setRequestHeader() call]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue