servo/tests/wpt/meta/fetch/api/idlharness.any.js.ini
Sebastian C 281d942981
Implement static Response.json (#36589)
Implements https://fetch.spec.whatwg.org/#dom-response-json
Restructured the constructor to follow the spec more closely with a
separate "initialize the response" algorithm.

Testing: There are existing WPT tests for this.

---------

Signed-off-by: Sebastian C <sebsebmc@gmail.com>
2025-04-25 08:49:21 +00:00

69 lines
2 KiB
INI
Vendored

[idlharness.any.worker.html]
[Request interface: attribute keepalive]
expected: FAIL
[Request interface: attribute isReloadNavigation]
expected: FAIL
[Request interface: attribute isHistoryNavigation]
expected: FAIL
[Request interface: attribute signal]
expected: FAIL
[Request interface: attribute duplex]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "keepalive" with the proper type]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "isHistoryNavigation" with the proper type]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "signal" with the proper type]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "duplex" with the proper type]
expected: FAIL
[idlharness.any.sharedworker.html]
expected: ERROR
[idlharness.any.html]
[Request interface: attribute keepalive]
expected: FAIL
[Request interface: attribute isReloadNavigation]
expected: FAIL
[Request interface: attribute isHistoryNavigation]
expected: FAIL
[Request interface: attribute signal]
expected: FAIL
[Request interface: attribute duplex]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "keepalive" with the proper type]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "isHistoryNavigation" with the proper type]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "signal" with the proper type]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "duplex" with the proper type]
expected: FAIL
[idlharness.any.serviceworker.html]
expected: ERROR