mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +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.
12 lines
294 B
INI
12 lines
294 B
INI
[request-init-001.sub.html]
|
|
type: testharness
|
|
[Check referrer init value of about:client and associated getter]
|
|
expected: FAIL
|
|
|
|
[Check referrer init value of and associated getter]
|
|
expected: FAIL
|
|
|
|
[Check referrerPolicy init value of and associated getter]
|
|
expected: FAIL
|
|
|