mirror of
https://github.com/servo/servo.git
synced 2025-09-17 10:28:22 +01:00
The signal taken from the requestinit is now passed into the request object with the relevant steps. I added all spec comments to this method, as I had trouble figuring out which steps I had to add. This required implementing the algorithm to create dependent signals, which is used in the `any()` method. So that's now implemented as well. All of that required the machinery to have dependent and source signals on an AbortSignal. It uses an IndexSet as the spec requires it to be an ordered set. Part of #34866 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
87 lines
2.7 KiB
INI
Vendored
87 lines
2.7 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 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 "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 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 "duplex" with the proper type]
|
|
expected: FAIL
|
|
|
|
[FetchLaterResult interface: existence and properties of interface object]
|
|
expected: FAIL
|
|
|
|
[FetchLaterResult interface object length]
|
|
expected: FAIL
|
|
|
|
[FetchLaterResult interface object name]
|
|
expected: FAIL
|
|
|
|
[FetchLaterResult interface: existence and properties of interface prototype object]
|
|
expected: FAIL
|
|
|
|
[FetchLaterResult interface: existence and properties of interface prototype object's "constructor" property]
|
|
expected: FAIL
|
|
|
|
[FetchLaterResult interface: existence and properties of interface prototype object's @@unscopables property]
|
|
expected: FAIL
|
|
|
|
[FetchLaterResult interface: attribute activated]
|
|
expected: FAIL
|
|
|
|
[Window interface: operation fetchLater(RequestInfo, optional DeferredRequestInit)]
|
|
expected: FAIL
|
|
|
|
[Window interface: window must inherit property "fetchLater(RequestInfo, optional DeferredRequestInit)" with the proper type]
|
|
expected: FAIL
|
|
|
|
[Window interface: calling fetchLater(RequestInfo, optional DeferredRequestInit) on window with too few arguments must throw TypeError]
|
|
expected: FAIL
|
|
|
|
|
|
[idlharness.any.serviceworker.html]
|
|
expected: ERROR
|