mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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>
69 lines
2 KiB
INI
Vendored
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
|