mirror of
https://github.com/servo/servo
synced 2026-05-02 12:26:06 +02:00
This commit adds new files related to implementing the [Request API](https://fetch.spec.whatwg.org/#request-class). This commit also changes the expected web platform tests results. It also modifies the following files: components/net_traits/request.rs HeapSizeOf is implemented in net_traits/request so that dom::request can be used as a wrapper around net_traits::request::Request. components/script/dom/headers.rs Several methods are added to Headers so that request can access and modify some of the headers fields.
6 lines
135 B
INI
6 lines
135 B
INI
[request-error.html]
|
|
type: testharness
|
|
[Request should get its content-type from the body if none is provided]
|
|
expected: FAIL
|
|
|